Shades of Pigment Green #109446
Tints of Pigment Green #109446
RGB
CMYK
RGB Variations
Color information
#109446 (or 0x109446) is known color: Pigment Green. HEX triplet: 10, 94 and 46. RGB value is (16,148,70). Sum of RGB (Red+Green+Blue) = 16+148+70=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #109446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109446 is #EF6BB9. Grayscale: #636363. Windows color (decimal): -15690682 or 4625424. OLE color: 4625424.
HSL color Cylindrical-coordinate representation of color #109446: hue angle of 144.55º 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 #109446 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 148 | 70 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.42 |
| HSL | 144.55º | 0.8% | 0.32% | - |
| HSV(B) | 144.55º | 0.89% | 0.58% | - |
| XYZ | 11.91 | 21.73 | 9.36 | - |
| YUV | 99.64 | 111.27 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 70 | 0.89 | 0 | 0.53 | 0.42 | 144.55 | 0.8 | 0.32 |
| Hex | 10 | 94 | 46 | 59 | 0 | 35 | 2A | 91 | 50 | 20 |
| Octal | 20 | 224 | 106 | 131 | 0 | 65 | 52 | 221 | 120 | 40 |
| Binary | 10000 | 10010100 | 1000110 | 1011001 | 0 | 110101 | 101010 | 10010001 | 1010000 | 100000 |
Color Harmonies of #109446
Complementary color
Monochromatic Colors of #109446
Black with #109446
Text Example
Text Example
White with #109446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109446; }
p { color: rgb(16,148,70); }
H1.HeaderClassName
{
color: #109446;
}
.AnyTagClassName
{
color: #109446;
}
</style>
background-color css
<style>
a { background-color: #109446; }
a { background-color: rgb(16,148,70); }
div.DivClassName
{
background-color: #109446;
}
.BgClassName
{
background-color: #109446;
}
</style>
border-color css
<style>
span { border-color: #109446; }
span { border-color: rgb(16,148,70); }
td.TdClassName
{
border-color: #109446;
}
.TagClassName
{
border-color: #109446;
}
</style>