Shades of Pigment Green #08A141
Tints of Pigment Green #08A141
RGB
CMYK
RGB Variations
Color information
#08A141 (or 0x08A141) is known color: Pigment Green. HEX triplet: 08, A1 and 41. RGB value is (8,161,65). Sum of RGB (Red+Green+Blue) = 8+161+65=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 161 (63.28% from 255 or 68.80% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 161 - color contains mainly: green. Hex color #08A141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A141 is #F75EBE. Grayscale: #686868. Windows color (decimal): -16211647 or 4301064. OLE color: 4301064.
HSL color Cylindrical-coordinate representation of color #08A141: hue angle of 142.35º 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 #08A141 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 161 | 65 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.37 |
| HSL | 142.35º | 0.91% | 0.33% | - |
| HSV(B) | 142.35º | 0.95% | 0.63% | - |
| XYZ | 13.8 | 25.92 | 9.28 | - |
| YUV | 104.31 | 105.81 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 161 | 65 | 0.95 | 0 | 0.60 | 0.37 | 142.35 | 0.91 | 0.33 |
| Hex | 8 | A1 | 41 | 5F | 0 | 3C | 25 | 8E | 5B | 21 |
| Octal | 10 | 241 | 101 | 137 | 0 | 74 | 45 | 216 | 133 | 41 |
| Binary | 1000 | 10100001 | 1000001 | 1011111 | 0 | 111100 | 100101 | 10001110 | 1011011 | 100001 |
Color Harmonies of #08A141
Complementary color
Monochromatic Colors of #08A141
Black with #08A141
Text Example
Text Example
White with #08A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A141; }
p { color: rgb(8,161,65); }
H1.HeaderClassName
{
color: #08A141;
}
.AnyTagClassName
{
color: #08A141;
}
</style>
background-color css
<style>
a { background-color: #08A141; }
a { background-color: rgb(8,161,65); }
div.DivClassName
{
background-color: #08A141;
}
.BgClassName
{
background-color: #08A141;
}
</style>
border-color css
<style>
span { border-color: #08A141; }
span { border-color: rgb(8,161,65); }
td.TdClassName
{
border-color: #08A141;
}
.TagClassName
{
border-color: #08A141;
}
</style>