#A0ED22

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

Shades of Green Yellow #A0ED22

Tints of Green Yellow #A0ED22

Color information

#A0ED22 (or 0xA0ED22) is unknown color: approx Green Yellow. HEX triplet: A0, ED and 22. RGB value is (160,237,34). Sum of RGB (Red+Green+Blue) = 160+237+34=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED22 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0ED22 is #5F12DD. Grayscale: #BFBFBF. Windows color (decimal): -6230750 or 2289056. OLE color: 2289056.

HSL color Cylindrical-coordinate representation of color #A0ED22: hue angle of 82.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0ED22 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB16023734-
CMYK0.3200.860.07
HSL82.76º84.94%53.14%-
HSV(B)82.76º85.65%92.94%-
XYZ45.0768.1612.29-
YUV190.8439.49106.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 237 (92.97% from 255) = 54.99%
BLUE value IS 34 (13.67% from 255) = 7.89%
R=37.12%
G=54.99%
B=7.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160237340.3200.860.0782.7684.9453.14
HexA0ED22200567535535
Octal24035542400126712312565
Binary10100000111011011000101000000101011011110100111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ED22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ED22; }

 p { color: rgb(160,237,34); }

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

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

 a { background-color: rgb(160,237,34); }

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

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

 span { border-color: rgb(160,237,34); }

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