Shades of Pigment Green #10994F
Tints of Pigment Green #10994F
RGB
CMYK
RGB Variations
Color information
#10994F (or 0x10994F) is known color: Pigment Green. HEX triplet: 10, 99 and 4F. RGB value is (16,153,79). Sum of RGB (Red+Green+Blue) = 16+153+79=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #10994F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10994F is #EF66B0. Grayscale: #676767. Windows color (decimal): -15689393 or 5216528. OLE color: 5216528.
HSL color Cylindrical-coordinate representation of color #10994F: hue angle of 147.59º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10994F is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 79 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.4 |
| HSL | 147.59º | 0.81% | 0.33% | - |
| HSV(B) | 147.59º | 0.9% | 0.6% | - |
| XYZ | 13.02 | 23.46 | 11.24 | - |
| YUV | 103.6 | 114.11 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 79 | 0.90 | 0 | 0.48 | 0.4 | 147.59 | 0.81 | 0.33 |
| Hex | 10 | 99 | 4F | 5A | 0 | 30 | 28 | 94 | 51 | 21 |
| Octal | 20 | 231 | 117 | 132 | 0 | 60 | 50 | 224 | 121 | 41 |
| Binary | 10000 | 10011001 | 1001111 | 1011010 | 0 | 110000 | 101000 | 10010100 | 1010001 | 100001 |
Color Harmonies of #10994F
Complementary color
Monochromatic Colors of #10994F
Black with #10994F
Text Example
Text Example
White with #10994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10994F; }
p { color: rgb(16,153,79); }
H1.HeaderClassName
{
color: #10994F;
}
.AnyTagClassName
{
color: #10994F;
}
</style>
background-color css
<style>
a { background-color: #10994F; }
a { background-color: rgb(16,153,79); }
div.DivClassName
{
background-color: #10994F;
}
.BgClassName
{
background-color: #10994F;
}
</style>
border-color css
<style>
span { border-color: #10994F; }
span { border-color: rgb(16,153,79); }
td.TdClassName
{
border-color: #10994F;
}
.TagClassName
{
border-color: #10994F;
}
</style>