#A0C039

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

Shades of Yellow Green #A0C039

Tints of Yellow Green #A0C039

Color information

#A0C039 (or 0xA0C039) is unknown color: approx Yellow Green. HEX triplet: A0, C0 and 39. RGB value is (160,192,57). Sum of RGB (Red+Green+Blue) = 160+192+57=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C039 is #5F3FC6. Grayscale: #A7A7A7. Windows color (decimal): -6242247 or 3784864. OLE color: 3784864.

HSL color Cylindrical-coordinate representation of color #A0C039: hue angle of 74.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0C039 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB16019257-
CMYK0.1700.700.25
HSL74.22º54.22%48.82%-
HSV(B)74.22º70.31%75.29%-
XYZ34.0945.4710.85-
YUV167.0465.9122.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 192 (75.39% from 255) = 46.94%
BLUE value IS 57 (22.66% from 255) = 13.94%
R=39.12%
G=46.94%
B=13.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160192570.1700.700.2574.2254.2248.82
HexA0C03911046194a3631
Octal24030071210106311126661
Binary10100000110000001110011000101000110110011001010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C039; }

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

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

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

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

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

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

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

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