Shades of Pigment Green #109F38
Tints of Pigment Green #109F38
RGB
CMYK
RGB Variations
Color information
#109F38 (or 0x109F38) is known color: Pigment Green. HEX triplet: 10, 9F and 38. RGB value is (16,159,56). Sum of RGB (Red+Green+Blue) = 16+159+56=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 159 (62.5% from 255 or 68.83% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 159 - color contains mainly: green. Hex color #109F38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109F38 is #EF60C7. Grayscale: #686868. Windows color (decimal): -15687880 or 3710736. OLE color: 3710736.
HSL color Cylindrical-coordinate representation of color #109F38: hue angle of 136.78º 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 #109F38 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 159 | 56 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.38 |
| HSL | 136.78º | 0.82% | 0.34% | - |
| HSV(B) | 136.78º | 0.9% | 0.62% | - |
| XYZ | 13.33 | 25.19 | 7.9 | - |
| YUV | 104.5 | 100.62 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 56 | 0.90 | 0 | 0.65 | 0.38 | 136.78 | 0.82 | 0.34 |
| Hex | 10 | 9F | 38 | 5A | 0 | 41 | 26 | 89 | 52 | 22 |
| Octal | 20 | 237 | 70 | 132 | 0 | 101 | 46 | 211 | 122 | 42 |
| Binary | 10000 | 10011111 | 111000 | 1011010 | 0 | 1000001 | 100110 | 10001001 | 1010010 | 100010 |
Color Harmonies of #109F38
Complementary color
Monochromatic Colors of #109F38
Black with #109F38
Text Example
Text Example
White with #109F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109F38; }
p { color: rgb(16,159,56); }
H1.HeaderClassName
{
color: #109F38;
}
.AnyTagClassName
{
color: #109F38;
}
</style>
background-color css
<style>
a { background-color: #109F38; }
a { background-color: rgb(16,159,56); }
div.DivClassName
{
background-color: #109F38;
}
.BgClassName
{
background-color: #109F38;
}
</style>
border-color css
<style>
span { border-color: #109F38; }
span { border-color: rgb(16,159,56); }
td.TdClassName
{
border-color: #109F38;
}
.TagClassName
{
border-color: #109F38;
}
</style>