Shades of Pigment Green #10994D
Tints of Pigment Green #10994D
RGB
CMYK
RGB Variations
Color information
#10994D (or 0x10994D) is known color: Pigment Green. HEX triplet: 10, 99 and 4D. RGB value is (16,153,77). Sum of RGB (Red+Green+Blue) = 16+153+77=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #10994D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10994D is #EF66B2. Grayscale: #676767. Windows color (decimal): -15689395 or 5085456. OLE color: 5085456.
HSL color Cylindrical-coordinate representation of color #10994D: hue angle of 146.72º 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 #10994D is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 77 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.4 |
| HSL | 146.72º | 0.81% | 0.33% | - |
| HSV(B) | 146.72º | 0.9% | 0.6% | - |
| XYZ | 12.94 | 23.43 | 10.86 | - |
| YUV | 103.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 77 | 0.90 | 0 | 0.50 | 0.4 | 146.72 | 0.81 | 0.33 |
| Hex | 10 | 99 | 4D | 5A | 0 | 32 | 28 | 93 | 51 | 21 |
| Octal | 20 | 231 | 115 | 132 | 0 | 62 | 50 | 223 | 121 | 41 |
| Binary | 10000 | 10011001 | 1001101 | 1011010 | 0 | 110010 | 101000 | 10010011 | 1010001 | 100001 |
Color Harmonies of #10994D
Complementary color
Monochromatic Colors of #10994D
Black with #10994D
Text Example
Text Example
White with #10994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10994D; }
p { color: rgb(16,153,77); }
H1.HeaderClassName
{
color: #10994D;
}
.AnyTagClassName
{
color: #10994D;
}
</style>
background-color css
<style>
a { background-color: #10994D; }
a { background-color: rgb(16,153,77); }
div.DivClassName
{
background-color: #10994D;
}
.BgClassName
{
background-color: #10994D;
}
</style>
border-color css
<style>
span { border-color: #10994D; }
span { border-color: rgb(16,153,77); }
td.TdClassName
{
border-color: #10994D;
}
.TagClassName
{
border-color: #10994D;
}
</style>