Shades of Pigment Green #08953F
Tints of Pigment Green #08953F
RGB
CMYK
RGB Variations
Color information
#08953F (or 0x08953F) is known color: Pigment Green. HEX triplet: 08, 95 and 3F. RGB value is (8,149,63). Sum of RGB (Red+Green+Blue) = 8+149+63=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #08953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08953F is #F76AC0. Grayscale: #616161. Windows color (decimal): -16214721 or 4166920. OLE color: 4166920.
HSL color Cylindrical-coordinate representation of color #08953F: hue angle of 143.4º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08953F is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 149 | 63 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.42 |
| HSL | 143.4º | 0.9% | 0.31% | - |
| HSV(B) | 143.4º | 0.95% | 0.58% | - |
| XYZ | 11.74 | 21.91 | 8.31 | - |
| YUV | 97.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 63 | 0.95 | 0 | 0.58 | 0.42 | 143.4 | 0.9 | 0.31 |
| Hex | 8 | 95 | 3F | 5F | 0 | 3A | 2A | 8F | 5A | 1F |
| Octal | 10 | 225 | 77 | 137 | 0 | 72 | 52 | 217 | 132 | 37 |
| Binary | 1000 | 10010101 | 111111 | 1011111 | 0 | 111010 | 101010 | 10001111 | 1011010 | 11111 |
Color Harmonies of #08953F
Complementary color
Monochromatic Colors of #08953F
Black with #08953F
Text Example
Text Example
White with #08953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08953F; }
p { color: rgb(8,149,63); }
H1.HeaderClassName
{
color: #08953F;
}
.AnyTagClassName
{
color: #08953F;
}
</style>
background-color css
<style>
a { background-color: #08953F; }
a { background-color: rgb(8,149,63); }
div.DivClassName
{
background-color: #08953F;
}
.BgClassName
{
background-color: #08953F;
}
</style>
border-color css
<style>
span { border-color: #08953F; }
span { border-color: rgb(8,149,63); }
td.TdClassName
{
border-color: #08953F;
}
.TagClassName
{
border-color: #08953F;
}
</style>