#A4E12A

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

Shades of Yellow Green #A4E12A

Tints of Yellow Green #A4E12A

Color information

#A4E12A (or 0xA4E12A) is unknown color: approx Yellow Green. HEX triplet: A4, E1 and 2A. RGB value is (164,225,42). Sum of RGB (Red+Green+Blue) = 164+225+42=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E12A is #5B1ED5. Grayscale: #BABABA. Windows color (decimal): -5971670 or 2810276. OLE color: 2810276.

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

Color convert

RGB16422542-
CMYK0.2700.810.12
HSL80º75.31%52.35%-
HSV(B)80º81.33%88.24%-
XYZ42.6561.9111.89-
YUV185.946.79112.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 225 (88.28% from 255) = 52.20%
BLUE value IS 42 (16.80% from 255) = 9.74%
R=38.05%
G=52.20%
B=9.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164225420.2700.810.128075.3152.35
HexA4E12A1B051C504b34
Octal244341523301211412011364
Binary10100100111000011010101101101010001110010100001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E12A; }

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

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

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

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

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

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

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

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