#08A649

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

Shades of Pigment Green #08A649

Tints of Pigment Green #08A649

Color information

#08A649 (or 0x08A649) is unknown color: approx Pigment Green. HEX triplet: 08, A6 and 49. RGB value is (8,166,73). Sum of RGB (Red+Green+Blue) = 8+166+73=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 166 (65.23% from 255 or 67.21% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 166 - color contains mainly: green. Hex color #08A649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A649 is #F759B6. Grayscale: #6C6C6C. Windows color (decimal): -16210359 or 4826632. OLE color: 4826632.

HSL color Cylindrical-coordinate representation of color #08A649: hue angle of 144.68º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A649 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB816673-
CMYK0.9500.560.35
HSL144.68º90.8%34.12%-
HSV(B)144.68º95.18%65.1%-
XYZ14.9427.8110.88-
YUV108.16108.1556.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.24%
GREEN value IS 166 (65.23% from 255) = 67.21%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=3.24%
G=67.21%
B=29.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8166730.9500.560.35144.6890.834.12
Hex8A6495F03823915b22
Octal102461111370704322113342
Binary100010100110100100110111110111000100011100100011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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