Html Css Color HEX #A0E52C Yellow Green

📋 copy color: '#A0E52C'

red 160 ◦ green 229 ◦ blue 44

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

Shades of Yellow Green #A0E52C

Tints of Yellow Green #A0E52C

RGB

 RED value IS 160 (62.89% from 255) = 36.95%

 GREEN value IS 229 (89.84% from 255) = 52.89%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 36.95%
G = 52.89%
B = 10.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#A0E52C (or 0xA0E52C) is known color: Yellow Green. HEX triplet: A0, E5 and 2C. RGB value is (160,229,44). Sum of RGB (Red+Green+Blue) = 160+229+44=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E52C is #5F1AD3. Grayscale: #BBBBBB. Windows color (decimal): -6232788 or 2942368. OLE color: 2942368.

HSL color Cylindrical-coordinate representation of color #A0E52C: hue angle of 82.38º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0E52C is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 44 -
CMYK 0.30 0 0.81 0.10
HSL 82.38º 0.78% 0.54% -
HSV(B) 82.38º 0.81% 0.9% -
XYZ 42.97 63.69 12.41 -
YUV 187.28 47.14 108.54 -
System Red Green Blue C M Y K H S L
Decimal 160 229 44 0.30 0 0.81 0.10 82.38 0.78 0.54
Hex A0 E5 2C 1E 0 51 A 52 4E 36
Octal 240 345 54 36 0 121 12 122 116 66
Binary 10100000 11100101 101100 11110 0 1010001 1010 1010010 1001110 110110

Color Harmonies of #A0E52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E52C

Black with #A0E52C

Text Example


Text Example

White with #A0E52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E52C; }

 p { color: rgb(160,229,44); }

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

background-color css

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

 a { background-color: rgb(160,229,44); }

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

border-color css

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

 span { border-color: rgb(160,229,44); }

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