COLOR #A5E074

HEX: #A5E074
RGB: (165,224,116)

Renk bilgisi

#A5E074 contains mainly red and green colors. #A5E074 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A5E074 color RGB value is (165,224,116).

  • kırmız ton 165;
  • yeşil ton 224;
  • mavi ton 116.
RGB:
(165,224,116)
(65%,88%,45%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 224 of 255 = 88%
B 116 of 255 = 45%

165
224
116

R + G + B ~ 66%. #A5E074 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 224 + 116 = 505 (100%)
R 165 of 505 ~ 32.67%
G 224 of 505 ~ 44.36%
B 116 of 505 ~ 22.97%

%32.67
%44.36
%22.97

CMYK RENK MODELİ

#A5E074 rengi CMYK tonu (26,0,48,12).

  • camgöbeği tonu 26.34%
  • eflatun tonu 0.00%
  • sarı tonu 48.21%
  • ana renk tonu 12.16%
CMYK:
(26,0,48,12)
C26M0Y48K12 
(26%,0%,48%,12%)
(0.26/0.00/0.48/0.12)	

CMYK yüzdeleri

%26.34
%0
%48.21
%12.16

Codes

Color #A5E074 in popluar color models

A5E074
RGB165224116
HSL93°63.53%66.67%
HSB/HSV93°48.21%87.84%
CMYK26.34%0.00%48.21%
12.16%

Color #A5E074 in popluar number systems.

HEXA5E074
Decimal165224116
Binary10100101111000001110100
Octal245340164

Shades and tints

Shades of #A5E074

#A5E074
(165,224,116)
#96CC6A
(150,204,106)
#87B860
(135,184,96)
#78A456
(120,164,86)
#69904C
(105,144,76)
#5A7C42
(90,124,66)
#4B6838
(75,104,56)
#3C542E
(60,84,46)
#2D4024
(45,64,36)
#1E2C1A
(30,44,26)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #A5E074

#A5E074
(165,224,116)
#ADE280
(173,226,128)
#B5E48C
(181,228,140)
#BDE698
(189,230,152)
#C5E8A4
(197,232,164)
#CDEAB0
(205,234,176)
#D5ECBC
(213,236,188)
#DDEEC8
(221,238,200)
#E5F0D4
(229,240,212)
#EDF2E0
(237,242,224)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E074 color. Also use rgb(165,224,116) instead hex code.

Text Font Color

.myTextColor { color: #A5E074; }

<p style="color:#A5E074">This sample text font color is #A5E074.</p>

This text font color is #A5E074.


Background Color

.myBgColor { background-color: #A5E074; }

<div style="background-color:#A5E074">Inner text</div>

This div background color is #A5E074.


Border color

.myBorderColor { border: 1px solid #A5E074; }

<div style="border:3px solid #A5E074">Div</div>

This div border color is #A5E074.


Opacity

.myOpacity80 { color: #A5E074; opacity: 0.8; }

<p style="color:#A5E074;opacity:0.8;">80%</p>

Text with #A5E074 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5E074;}

<p style="text-shadow: 3px 3px 1px #A5E074">Text here.</p>

This text has shadow with #A5E074 color.

.textShadow {text-shadow: 3px 3px 1px #A5E074, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5E074, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5E074 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E074, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5E074, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5E074 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5E074;
  -webkit-box-shadow:	1px 1px 3px 2px #A5E074;
  box-shadow:		1px 1px 3px 2px #A5E074;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E074;
-webkit-box-shadow: 1px 1px 3px 2px #A5E074;
box-shadow:1px 1px 3px 2px #A5E074;">
Div content here</div>
This div box has shadow with color #A5E074.

Preview

Color preview on black background

This text has color #A5E074 on black background.


Color preview on white background

This text has color #A5E074 on white background.



Black color preview on #A5E074 background

This text has black color on #A5E074 background.


White color preview on #A5E074 background

This text has white color on #A5E074 background.