Shades of Pigment Green #109F4B
Tints of Pigment Green #109F4B
RGB
CMYK
RGB Variations
Color information
#109F4B (or 0x109F4B) is known color: Pigment Green. HEX triplet: 10, 9F and 4B. RGB value is (16,159,75). Sum of RGB (Red+Green+Blue) = 16+159+75=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 159 (62.5% from 255 or 63.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 159 - color contains mainly: green. Hex color #109F4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109F4B is #EF60B4. Grayscale: #6A6A6A. Windows color (decimal): -15687861 or 4955920. OLE color: 4955920.
HSL color Cylindrical-coordinate representation of color #109F4B: hue angle of 144.76º 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 #109F4B is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 159 | 75 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.38 |
| HSL | 144.76º | 0.82% | 0.34% | - |
| HSV(B) | 144.76º | 0.9% | 0.62% | - |
| XYZ | 13.88 | 25.41 | 10.83 | - |
| YUV | 106.67 | 110.12 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 75 | 0.90 | 0 | 0.53 | 0.38 | 144.76 | 0.82 | 0.34 |
| Hex | 10 | 9F | 4B | 5A | 0 | 35 | 26 | 91 | 52 | 22 |
| Octal | 20 | 237 | 113 | 132 | 0 | 65 | 46 | 221 | 122 | 42 |
| Binary | 10000 | 10011111 | 1001011 | 1011010 | 0 | 110101 | 100110 | 10010001 | 1010010 | 100010 |
Color Harmonies of #109F4B
Complementary color
Monochromatic Colors of #109F4B
Black with #109F4B
Text Example
Text Example
White with #109F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109F4B; }
p { color: rgb(16,159,75); }
H1.HeaderClassName
{
color: #109F4B;
}
.AnyTagClassName
{
color: #109F4B;
}
</style>
background-color css
<style>
a { background-color: #109F4B; }
a { background-color: rgb(16,159,75); }
div.DivClassName
{
background-color: #109F4B;
}
.BgClassName
{
background-color: #109F4B;
}
</style>
border-color css
<style>
span { border-color: #109F4B; }
span { border-color: rgb(16,159,75); }
td.TdClassName
{
border-color: #109F4B;
}
.TagClassName
{
border-color: #109F4B;
}
</style>