Html Css Color HEX #A0E42A Yellow Green

📋 copy color: '#A0E42A'

red 160 ◦ green 228 ◦ blue 42

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

Shades of Yellow Green #A0E42A

Tints of Yellow Green #A0E42A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.02%

 BLUE value IS 42 (16.8% from 255) = 9.77%

R = 37.21%
G = 53.02%
B = 9.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#A0E42A (or 0xA0E42A) is known color: Yellow Green. HEX triplet: A0, E4 and 2A. RGB value is (160,228,42). Sum of RGB (Red+Green+Blue) = 160+228+42=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E42A is #5F1BD5. Grayscale: #BBBBBB. Windows color (decimal): -6233046 or 2811040. OLE color: 2811040.

HSL color Cylindrical-coordinate representation of color #A0E42A: hue angle of 81.94º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0E42A is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 42 -
CMYK 0.30 0 0.82 0.11
HSL 81.94º 0.78% 0.53% -
HSV(B) 81.94º 0.82% 0.89% -
XYZ 42.66 63.13 12.13 -
YUV 186.46 46.47 109.12 -
System Red Green Blue C M Y K H S L
Decimal 160 228 42 0.30 0 0.82 0.11 81.94 0.78 0.53
Hex A0 E4 2A 1E 0 52 B 52 4E 35
Octal 240 344 52 36 0 122 13 122 116 65
Binary 10100000 11100100 101010 11110 0 1010010 1011 1010010 1001110 110101

Color Harmonies of #A0E42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E42A

Black with #A0E42A

Text Example


Text Example

White with #A0E42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E42A; }

 p { color: rgb(160,228,42); }

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

background-color css

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

 a { background-color: rgb(160,228,42); }

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

border-color css

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

 span { border-color: rgb(160,228,42); }

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