Shades of Pigment Green #08963A
Tints of Pigment Green #08963A
RGB
CMYK
RGB Variations
Color information
#08963A (or 0x08963A) is known color: Pigment Green. HEX triplet: 08, 96 and 3A. RGB value is (8,150,58). Sum of RGB (Red+Green+Blue) = 8+150+58=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #08963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08963A is #F769C5. Grayscale: #616161. Windows color (decimal): -16214470 or 3839496. OLE color: 3839496.
HSL color Cylindrical-coordinate representation of color #08963A: hue angle of 141.13º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08963A is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 150 | 58 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.41 |
| HSL | 141.13º | 0.9% | 0.31% | - |
| HSV(B) | 141.13º | 0.95% | 0.59% | - |
| XYZ | 11.77 | 22.17 | 7.66 | - |
| YUV | 97.05 | 105.96 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 58 | 0.95 | 0 | 0.61 | 0.41 | 141.13 | 0.9 | 0.31 |
| Hex | 8 | 96 | 3A | 5F | 0 | 3D | 29 | 8D | 5A | 1F |
| Octal | 10 | 226 | 72 | 137 | 0 | 75 | 51 | 215 | 132 | 37 |
| Binary | 1000 | 10010110 | 111010 | 1011111 | 0 | 111101 | 101001 | 10001101 | 1011010 | 11111 |
Color Harmonies of #08963A
Complementary color
Monochromatic Colors of #08963A
Black with #08963A
Text Example
Text Example
White with #08963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08963A; }
p { color: rgb(8,150,58); }
H1.HeaderClassName
{
color: #08963A;
}
.AnyTagClassName
{
color: #08963A;
}
</style>
background-color css
<style>
a { background-color: #08963A; }
a { background-color: rgb(8,150,58); }
div.DivClassName
{
background-color: #08963A;
}
.BgClassName
{
background-color: #08963A;
}
</style>
border-color css
<style>
span { border-color: #08963A; }
span { border-color: rgb(8,150,58); }
td.TdClassName
{
border-color: #08963A;
}
.TagClassName
{
border-color: #08963A;
}
</style>