Shades of Pigment Green #10963F
Tints of Pigment Green #10963F
RGB
CMYK
RGB Variations
Color information
#10963F (or 0x10963F) is known color: Pigment Green. HEX triplet: 10, 96 and 3F. RGB value is (16,150,63). Sum of RGB (Red+Green+Blue) = 16+150+63=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #10963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10963F is #EF69C0. Grayscale: #646464. Windows color (decimal): -15690177 or 4167184. OLE color: 4167184.
HSL color Cylindrical-coordinate representation of color #10963F: hue angle of 141.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10963F is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 150 | 63 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.41 |
| HSL | 141.04º | 0.81% | 0.33% | - |
| HSV(B) | 141.04º | 0.89% | 0.59% | - |
| XYZ | 12.02 | 22.28 | 8.37 | - |
| YUV | 100.02 | 107.11 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 63 | 0.89 | 0 | 0.58 | 0.41 | 141.04 | 0.81 | 0.33 |
| Hex | 10 | 96 | 3F | 59 | 0 | 3A | 29 | 8D | 51 | 21 |
| Octal | 20 | 226 | 77 | 131 | 0 | 72 | 51 | 215 | 121 | 41 |
| Binary | 10000 | 10010110 | 111111 | 1011001 | 0 | 111010 | 101001 | 10001101 | 1010001 | 100001 |
Color Harmonies of #10963F
Complementary color
Monochromatic Colors of #10963F
Black with #10963F
Text Example
Text Example
White with #10963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10963F; }
p { color: rgb(16,150,63); }
H1.HeaderClassName
{
color: #10963F;
}
.AnyTagClassName
{
color: #10963F;
}
</style>
background-color css
<style>
a { background-color: #10963F; }
a { background-color: rgb(16,150,63); }
div.DivClassName
{
background-color: #10963F;
}
.BgClassName
{
background-color: #10963F;
}
</style>
border-color css
<style>
span { border-color: #10963F; }
span { border-color: rgb(16,150,63); }
td.TdClassName
{
border-color: #10963F;
}
.TagClassName
{
border-color: #10963F;
}
</style>