Html Css Color HEX #A2E12B Yellow Green

📋 copy color: '#A2E12B'

red 162 ◦ green 225 ◦ blue 43

#A2E12B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #A2E12B

Tints of Yellow Green #A2E12B

RGB

 RED value IS 162 (63.67% from 255) = 37.67%

 GREEN value IS 225 (88.28% from 255) = 52.33%

 BLUE value IS 43 (17.19% from 255) = 10%

R = 37.67%
G = 52.33%
B = 10%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#A2E12B (or 0xA2E12B) is known color: Yellow Green. HEX triplet: A2, E1 and 2B. RGB value is (162,225,43). Sum of RGB (Red+Green+Blue) = 162+225+43=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E12B is #5D1ED4. Grayscale: #BABABA. Windows color (decimal): -6102741 or 2875810. OLE color: 2875810.

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

Color convert

RGB 162 225 43 -
CMYK 0.28 0 0.81 0.12
HSL 80.77º 0.75% 0.53% -
HSV(B) 80.77º 0.81% 0.88% -
XYZ 42.26 61.71 11.97 -
YUV 185.42 47.63 111.3 -
System Red Green Blue C M Y K H S L
Decimal 162 225 43 0.28 0 0.81 0.12 80.77 0.75 0.53
Hex A2 E1 2B 1C 0 51 C 51 4B 35
Octal 242 341 53 34 0 121 14 121 113 65
Binary 10100010 11100001 101011 11100 0 1010001 1100 1010001 1001011 110101

Color Harmonies of #A2E12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E12B

Black with #A2E12B

Text Example


Text Example

White with #A2E12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E12B; }

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

 H1.HeaderClassName
 {
   color: #A2E12B;
 }
 .AnyTagClassName
 {
   color: #A2E12B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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