Shades of Pigment Green #109F3C
Tints of Pigment Green #109F3C
RGB
CMYK
RGB Variations
Color information
#109F3C (or 0x109F3C) is known color: Pigment Green. HEX triplet: 10, 9F and 3C. RGB value is (16,159,60). Sum of RGB (Red+Green+Blue) = 16+159+60=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 159 (62.5% from 255 or 67.66% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 159 - color contains mainly: green. Hex color #109F3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109F3C is #EF60C3. Grayscale: #696969. Windows color (decimal): -15687876 or 3972880. OLE color: 3972880.
HSL color Cylindrical-coordinate representation of color #109F3C: hue angle of 138.46º 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 #109F3C is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 159 | 60 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.38 |
| HSL | 138.46º | 0.82% | 0.34% | - |
| HSV(B) | 138.46º | 0.9% | 0.62% | - |
| XYZ | 13.43 | 25.23 | 8.44 | - |
| YUV | 104.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 60 | 0.90 | 0 | 0.62 | 0.38 | 138.46 | 0.82 | 0.34 |
| Hex | 10 | 9F | 3C | 5A | 0 | 3E | 26 | 8A | 52 | 22 |
| Octal | 20 | 237 | 74 | 132 | 0 | 76 | 46 | 212 | 122 | 42 |
| Binary | 10000 | 10011111 | 111100 | 1011010 | 0 | 111110 | 100110 | 10001010 | 1010010 | 100010 |
Color Harmonies of #109F3C
Complementary color
Monochromatic Colors of #109F3C
Black with #109F3C
Text Example
Text Example
White with #109F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109F3C; }
p { color: rgb(16,159,60); }
H1.HeaderClassName
{
color: #109F3C;
}
.AnyTagClassName
{
color: #109F3C;
}
</style>
background-color css
<style>
a { background-color: #109F3C; }
a { background-color: rgb(16,159,60); }
div.DivClassName
{
background-color: #109F3C;
}
.BgClassName
{
background-color: #109F3C;
}
</style>
border-color css
<style>
span { border-color: #109F3C; }
span { border-color: rgb(16,159,60); }
td.TdClassName
{
border-color: #109F3C;
}
.TagClassName
{
border-color: #109F3C;
}
</style>