#A0C339

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

Shades of Yellow Green #A0C339

Tints of Yellow Green #A0C339

Color information

#A0C339 (or 0xA0C339) is unknown color: approx Yellow Green. HEX triplet: A0, C3 and 39. RGB value is (160,195,57). Sum of RGB (Red+Green+Blue) = 160+195+57=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C339 is #5F3CC6. Grayscale: #A9A9A9. Windows color (decimal): -6241479 or 3785632. OLE color: 3785632.

HSL color Cylindrical-coordinate representation of color #A0C339: hue angle of 75.22º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0C339 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB16019557-
CMYK0.1800.710.24
HSL75.22º54.76%49.41%-
HSV(B)75.22º70.77%76.47%-
XYZ34.7546.811.07-
YUV168.864.9121.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 57 (22.66% from 255) = 13.83%
R=38.83%
G=47.33%
B=13.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160195570.1800.710.2475.2254.7649.41
HexA0C33912047184b3731
Octal24030371220107301136761
Binary10100000110000111110011001001000111110001001011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C339; }

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

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

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

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

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

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

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

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