#A4E128

Color #A4E128 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A4E128

Tints of Yellow Green #A4E128

Color information

#A4E128 (or 0xA4E128) is unknown color: approx Yellow Green. HEX triplet: A4, E1 and 28. RGB value is (164,225,40). Sum of RGB (Red+Green+Blue) = 164+225+40=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E128 is #5B1ED7. Grayscale: #BABABA. Windows color (decimal): -5971672 or 2679204. OLE color: 2679204.

HSL color Cylindrical-coordinate representation of color #A4E128: hue angle of 79.78º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4E128 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB16422540-
CMYK0.2700.820.12
HSL79.78º75.51%51.96%-
HSV(B)79.78º82.22%88.24%-
XYZ42.6261.911.71-
YUV185.6745.79112.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 225 (88.28% from 255) = 52.45%
BLUE value IS 40 (16.02% from 255) = 9.32%
R=38.23%
G=52.45%
B=9.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164225400.2700.820.1279.7875.5151.96
HexA4E1281B052C504c34
Octal244341503301221412011464
Binary10100100111000011010001101101010010110010100001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E128; }

 p { color: rgb(164,225,40); }

 H1.HeaderClassName
 {
   color: #A4E128;
 }
 .AnyTagClassName
 {
   color: #A4E128;
 }
</style>
background-color css

<style>
 a { background-color: #A4E128; }

 a { background-color: rgb(164,225,40); }

 div.DivClassName
 {
   background-color: #A4E128;
 }
 .BgClassName
 {
   background-color: #A4E128;
 }
</style>
border-color css

<style>
 span { border-color: #A4E128; }

 span { border-color: rgb(164,225,40); }

 td.TdClassName
 {
   border-color: #A4E128;
 }
 .TagClassName
 {
   border-color: #A4E128;
 }
</style>