Shades of Pigment Green #0A963E
Tints of Pigment Green #0A963E
RGB
CMYK
RGB Variations
Color information
#0A963E (or 0x0A963E) is known color: Pigment Green. HEX triplet: 0A, 96 and 3E. RGB value is (10,150,62). Sum of RGB (Red+Green+Blue) = 10+150+62=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #0A963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A963E is #F569C1. Grayscale: #626262. Windows color (decimal): -16083394 or 4101642. OLE color: 4101642.
HSL color Cylindrical-coordinate representation of color #0A963E: hue angle of 142.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A963E is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 150 | 62 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.41 |
| HSL | 142.29º | 0.88% | 0.31% | - |
| HSV(B) | 142.29º | 0.93% | 0.59% | - |
| XYZ | 11.9 | 22.23 | 8.22 | - |
| YUV | 98.11 | 107.62 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 150 | 62 | 0.93 | 0 | 0.59 | 0.41 | 142.29 | 0.88 | 0.31 |
| Hex | A | 96 | 3E | 5D | 0 | 3B | 29 | 8E | 58 | 1F |
| Octal | 12 | 226 | 76 | 135 | 0 | 73 | 51 | 216 | 130 | 37 |
| Binary | 1010 | 10010110 | 111110 | 1011101 | 0 | 111011 | 101001 | 10001110 | 1011000 | 11111 |
Color Harmonies of #0A963E
Complementary color
Monochromatic Colors of #0A963E
Black with #0A963E
Text Example
Text Example
White with #0A963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A963E; }
p { color: rgb(10,150,62); }
H1.HeaderClassName
{
color: #0A963E;
}
.AnyTagClassName
{
color: #0A963E;
}
</style>
background-color css
<style>
a { background-color: #0A963E; }
a { background-color: rgb(10,150,62); }
div.DivClassName
{
background-color: #0A963E;
}
.BgClassName
{
background-color: #0A963E;
}
</style>
border-color css
<style>
span { border-color: #0A963E; }
span { border-color: rgb(10,150,62); }
td.TdClassName
{
border-color: #0A963E;
}
.TagClassName
{
border-color: #0A963E;
}
</style>