#08A04A

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

Shades of Pigment Green #08A04A

Tints of Pigment Green #08A04A

Color information

#08A04A (or 0x08A04A) is unknown color: approx Pigment Green. HEX triplet: 08, A0 and 4A. RGB value is (8,160,74). Sum of RGB (Red+Green+Blue) = 8+160+74=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #08A04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A04A is #F75FB5. Grayscale: #686868. Windows color (decimal): -16211894 or 4890632. OLE color: 4890632.

HSL color Cylindrical-coordinate representation of color #08A04A: hue angle of 146.05º 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 #08A04A is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB816074-
CMYK0.9500.540.37
HSL146.05º90.48%32.94%-
HSV(B)146.05º95%62.75%-
XYZ13.9125.6910.7-
YUV104.75110.6458.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.31%
GREEN value IS 160 (62.89% from 255) = 66.12%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=3.31%
G=66.12%
B=30.58%

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
Decimal8160740.9500.540.37146.0590.4832.94
Hex8A04A5F03625925a21
Octal102401121370664522213241
Binary100010100000100101010111110110110100101100100101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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