Shades of Pigment Green #08A14E
Tints of Pigment Green #08A14E
RGB
CMYK
RGB Variations
Color information
#08A14E (or 0x08A14E) is known color: Pigment Green. HEX triplet: 08, A1 and 4E. RGB value is (8,161,78). Sum of RGB (Red+Green+Blue) = 8+161+78=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 161 (63.28% from 255 or 65.18% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 161 - color contains mainly: green. Hex color #08A14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A14E is #F75EB1. Grayscale: #696969. Windows color (decimal): -16211634 or 5153032. OLE color: 5153032.
HSL color Cylindrical-coordinate representation of color #08A14E: hue angle of 147.45º degrees, saturation: 0.91, 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 #08A14E is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 161 | 78 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.37 |
| HSL | 147.45º | 0.91% | 0.33% | - |
| HSV(B) | 147.45º | 0.95% | 0.63% | - |
| XYZ | 14.22 | 26.09 | 11.49 | - |
| YUV | 105.79 | 112.31 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 161 | 78 | 0.95 | 0 | 0.52 | 0.37 | 147.45 | 0.91 | 0.33 |
| Hex | 8 | A1 | 4E | 5F | 0 | 34 | 25 | 93 | 5B | 21 |
| Octal | 10 | 241 | 116 | 137 | 0 | 64 | 45 | 223 | 133 | 41 |
| Binary | 1000 | 10100001 | 1001110 | 1011111 | 0 | 110100 | 100101 | 10010011 | 1011011 | 100001 |
Color Harmonies of #08A14E
Complementary color
Monochromatic Colors of #08A14E
Black with #08A14E
Text Example
Text Example
White with #08A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A14E; }
p { color: rgb(8,161,78); }
H1.HeaderClassName
{
color: #08A14E;
}
.AnyTagClassName
{
color: #08A14E;
}
</style>
background-color css
<style>
a { background-color: #08A14E; }
a { background-color: rgb(8,161,78); }
div.DivClassName
{
background-color: #08A14E;
}
.BgClassName
{
background-color: #08A14E;
}
</style>
border-color css
<style>
span { border-color: #08A14E; }
span { border-color: rgb(8,161,78); }
td.TdClassName
{
border-color: #08A14E;
}
.TagClassName
{
border-color: #08A14E;
}
</style>