Shades of Pigment Green #109942
Tints of Pigment Green #109942
RGB
CMYK
RGB Variations
Color information
#109942 (or 0x109942) is known color: Pigment Green. HEX triplet: 10, 99 and 42. RGB value is (16,153,66). Sum of RGB (Red+Green+Blue) = 16+153+66=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #109942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109942 is #EF66BD. Grayscale: #666666. Windows color (decimal): -15689406 or 4364560. OLE color: 4364560.
HSL color Cylindrical-coordinate representation of color #109942: hue angle of 141.9º 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 #109942 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 66 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.4 |
| HSL | 141.9º | 0.81% | 0.33% | - |
| HSV(B) | 141.9º | 0.9% | 0.6% | - |
| XYZ | 12.59 | 23.29 | 8.99 | - |
| YUV | 102.12 | 107.61 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 66 | 0.90 | 0 | 0.57 | 0.4 | 141.9 | 0.81 | 0.33 |
| Hex | 10 | 99 | 42 | 5A | 0 | 39 | 28 | 8E | 51 | 21 |
| Octal | 20 | 231 | 102 | 132 | 0 | 71 | 50 | 216 | 121 | 41 |
| Binary | 10000 | 10011001 | 1000010 | 1011010 | 0 | 111001 | 101000 | 10001110 | 1010001 | 100001 |
Color Harmonies of #109942
Complementary color
Monochromatic Colors of #109942
Black with #109942
Text Example
Text Example
White with #109942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109942; }
p { color: rgb(16,153,66); }
H1.HeaderClassName
{
color: #109942;
}
.AnyTagClassName
{
color: #109942;
}
</style>
background-color css
<style>
a { background-color: #109942; }
a { background-color: rgb(16,153,66); }
div.DivClassName
{
background-color: #109942;
}
.BgClassName
{
background-color: #109942;
}
</style>
border-color css
<style>
span { border-color: #109942; }
span { border-color: rgb(16,153,66); }
td.TdClassName
{
border-color: #109942;
}
.TagClassName
{
border-color: #109942;
}
</style>