Shades of Pigment Green #08A054
Tints of Pigment Green #08A054
RGB
CMYK
RGB Variations
Color information
#08A054 (or 0x08A054) is known color: Pigment Green. HEX triplet: 08, A0 and 54. RGB value is (8,160,84). Sum of RGB (Red+Green+Blue) = 8+160+84=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #08A054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A054 is #F75FAB. Grayscale: #6A6A6A. Windows color (decimal): -16211884 or 5545992. OLE color: 5545992.
HSL color Cylindrical-coordinate representation of color #08A054: hue angle of 150º 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 #08A054 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 160 | 84 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.37 |
| HSL | 150º | 0.9% | 0.33% | - |
| HSV(B) | 150º | 0.95% | 0.63% | - |
| XYZ | 14.27 | 25.83 | 12.62 | - |
| YUV | 105.89 | 115.64 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 160 | 84 | 0.95 | 0 | 0.48 | 0.37 | 150 | 0.9 | 0.33 |
| Hex | 8 | A0 | 54 | 5F | 0 | 30 | 25 | 96 | 5A | 21 |
| Octal | 10 | 240 | 124 | 137 | 0 | 60 | 45 | 226 | 132 | 41 |
| Binary | 1000 | 10100000 | 1010100 | 1011111 | 0 | 110000 | 100101 | 10010110 | 1011010 | 100001 |
Color Harmonies of #08A054
Complementary color
Monochromatic Colors of #08A054
Black with #08A054
Text Example
Text Example
White with #08A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A054; }
p { color: rgb(8,160,84); }
H1.HeaderClassName
{
color: #08A054;
}
.AnyTagClassName
{
color: #08A054;
}
</style>
background-color css
<style>
a { background-color: #08A054; }
a { background-color: rgb(8,160,84); }
div.DivClassName
{
background-color: #08A054;
}
.BgClassName
{
background-color: #08A054;
}
</style>
border-color css
<style>
span { border-color: #08A054; }
span { border-color: rgb(8,160,84); }
td.TdClassName
{
border-color: #08A054;
}
.TagClassName
{
border-color: #08A054;
}
</style>