#08A049

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

Shades of Pigment Green #08A049

Tints of Pigment Green #08A049

Color information

#08A049 (or 0x08A049) is unknown color: approx Pigment Green. HEX triplet: 08, A0 and 49. RGB value is (8,160,73). Sum of RGB (Red+Green+Blue) = 8+160+73=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #08A049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A049 is #F75FB6. Grayscale: #686868. Windows color (decimal): -16211895 or 4825096. OLE color: 4825096.

HSL color Cylindrical-coordinate representation of color #08A049: hue angle of 145.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A049 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB816073-
CMYK0.9500.540.37
HSL145.66º90.48%32.94%-
HSV(B)145.66º95%62.75%-
XYZ13.8725.6710.53-
YUV104.63110.1459.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.32%
GREEN value IS 160 (62.89% from 255) = 66.39%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=3.32%
G=66.39%
B=30.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8160730.9500.540.37145.6690.4832.94
Hex8A0495F03625925a21
Octal102401111370664522213241
Binary100010100000100100110111110110110100101100100101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A049; }

 p { color: rgb(8,160,73); }

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

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

 a { background-color: rgb(8,160,73); }

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

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

 span { border-color: rgb(8,160,73); }

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