Shades of Pigment Green #10944D
Tints of Pigment Green #10944D
RGB
CMYK
RGB Variations
Color information
#10944D (or 0x10944D) is known color: Pigment Green. HEX triplet: 10, 94 and 4D. RGB value is (16,148,77). Sum of RGB (Red+Green+Blue) = 16+148+77=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #10944D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10944D is #EF6BB2. Grayscale: #646464. Windows color (decimal): -15690675 or 5084176. OLE color: 5084176.
HSL color Cylindrical-coordinate representation of color #10944D: hue angle of 147.73º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10944D is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 148 | 77 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.42 |
| HSL | 147.73º | 0.8% | 0.32% | - |
| HSV(B) | 147.73º | 0.89% | 0.58% | - |
| XYZ | 12.14 | 21.83 | 10.59 | - |
| YUV | 100.44 | 114.77 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 77 | 0.89 | 0 | 0.48 | 0.42 | 147.73 | 0.8 | 0.32 |
| Hex | 10 | 94 | 4D | 59 | 0 | 30 | 2A | 94 | 50 | 20 |
| Octal | 20 | 224 | 115 | 131 | 0 | 60 | 52 | 224 | 120 | 40 |
| Binary | 10000 | 10010100 | 1001101 | 1011001 | 0 | 110000 | 101010 | 10010100 | 1010000 | 100000 |
Color Harmonies of #10944D
Complementary color
Monochromatic Colors of #10944D
Black with #10944D
Text Example
Text Example
White with #10944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10944D; }
p { color: rgb(16,148,77); }
H1.HeaderClassName
{
color: #10944D;
}
.AnyTagClassName
{
color: #10944D;
}
</style>
background-color css
<style>
a { background-color: #10944D; }
a { background-color: rgb(16,148,77); }
div.DivClassName
{
background-color: #10944D;
}
.BgClassName
{
background-color: #10944D;
}
</style>
border-color css
<style>
span { border-color: #10944D; }
span { border-color: rgb(16,148,77); }
td.TdClassName
{
border-color: #10944D;
}
.TagClassName
{
border-color: #10944D;
}
</style>