#A2E12A

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

Shades of Yellow Green #A2E12A

Tints of Yellow Green #A2E12A

Color information

#A2E12A (or 0xA2E12A) is unknown color: approx Yellow Green. HEX triplet: A2, E1 and 2A. RGB value is (162,225,42). Sum of RGB (Red+Green+Blue) = 162+225+42=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E12A is #5D1ED5. Grayscale: #B9B9B9. Windows color (decimal): -6102742 or 2810274. OLE color: 2810274.

HSL color Cylindrical-coordinate representation of color #A2E12A: hue angle of 80.66º 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 #A2E12A is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB16222542-
CMYK0.2800.810.12
HSL80.66º75.31%52.35%-
HSV(B)80.66º81.33%88.24%-
XYZ42.2461.711.87-
YUV185.347.13111.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 225 (88.28% from 255) = 52.45%
BLUE value IS 42 (16.80% from 255) = 9.79%
R=37.76%
G=52.45%
B=9.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162225420.2800.810.1280.6675.3152.35
HexA2E12A1C051C514b34
Octal242341523401211412111364
Binary10100010111000011010101110001010001110010100011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E12A; }

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

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

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

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

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

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

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

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