#A0EA39

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

Shades of Green Yellow #A0EA39

Tints of Green Yellow #A0EA39

Color information

#A0EA39 (or 0xA0EA39) is unknown color: approx Green Yellow. HEX triplet: A0, EA and 39. RGB value is (160,234,57). Sum of RGB (Red+Green+Blue) = 160+234+57=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 234 (91.80% from 255 or 51.88% from 451); Blue value is 57 (22.66% from 255 or 12.64% from 451); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EA39 is #5F15C6. Grayscale: #C0C0C0. Windows color (decimal): -6231495 or 3795616. OLE color: 3795616.

HSL color Cylindrical-coordinate representation of color #A0EA39: hue angle of 85.08º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0EA39 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB16023457-
CMYK0.3200.760.08
HSL85.08º80.82%57.06%-
HSV(B)85.08º75.64%91.76%-
XYZ44.6666.6114.38-
YUV191.751.98105.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 234 (91.80% from 255) = 51.88%
BLUE value IS 57 (22.66% from 255) = 12.64%
R=35.48%
G=51.88%
B=12.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160234570.3200.760.0885.0880.8257.06
HexA0EA392004C8555139
Octal240352714001141012512171
Binary101000001110101011100110000001001100100010101011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA39; }

 p { color: rgb(160,234,57); }

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

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

 a { background-color: rgb(160,234,57); }

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

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

 span { border-color: rgb(160,234,57); }

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