Shades of Pigment Green #109F4A
Tints of Pigment Green #109F4A
RGB
CMYK
RGB Variations
Color information
#109F4A (or 0x109F4A) is known color: Pigment Green. HEX triplet: 10, 9F and 4A. RGB value is (16,159,74). Sum of RGB (Red+Green+Blue) = 16+159+74=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 159 (62.5% from 255 or 63.86% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 159 - color contains mainly: green. Hex color #109F4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109F4A is #EF60B5. Grayscale: #6A6A6A. Windows color (decimal): -15687862 or 4890384. OLE color: 4890384.
HSL color Cylindrical-coordinate representation of color #109F4A: hue angle of 144.34º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109F4A is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 159 | 74 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.38 |
| HSL | 144.34º | 0.82% | 0.34% | - |
| HSV(B) | 144.34º | 0.9% | 0.62% | - |
| XYZ | 13.85 | 25.4 | 10.65 | - |
| YUV | 106.55 | 109.62 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 74 | 0.90 | 0 | 0.53 | 0.38 | 144.34 | 0.82 | 0.34 |
| Hex | 10 | 9F | 4A | 5A | 0 | 35 | 26 | 90 | 52 | 22 |
| Octal | 20 | 237 | 112 | 132 | 0 | 65 | 46 | 220 | 122 | 42 |
| Binary | 10000 | 10011111 | 1001010 | 1011010 | 0 | 110101 | 100110 | 10010000 | 1010010 | 100010 |
Color Harmonies of #109F4A
Complementary color
Monochromatic Colors of #109F4A
Black with #109F4A
Text Example
Text Example
White with #109F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109F4A; }
p { color: rgb(16,159,74); }
H1.HeaderClassName
{
color: #109F4A;
}
.AnyTagClassName
{
color: #109F4A;
}
</style>
background-color css
<style>
a { background-color: #109F4A; }
a { background-color: rgb(16,159,74); }
div.DivClassName
{
background-color: #109F4A;
}
.BgClassName
{
background-color: #109F4A;
}
</style>
border-color css
<style>
span { border-color: #109F4A; }
span { border-color: rgb(16,159,74); }
td.TdClassName
{
border-color: #109F4A;
}
.TagClassName
{
border-color: #109F4A;
}
</style>