Shades of Pigment Green #109C3C
Tints of Pigment Green #109C3C
RGB
CMYK
RGB Variations
Color information
#109C3C (or 0x109C3C) is known color: Pigment Green. HEX triplet: 10, 9C and 3C. RGB value is (16,156,60). Sum of RGB (Red+Green+Blue) = 16+156+60=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 156 (61.33% from 255 or 67.24% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 156 - color contains mainly: green. Hex color #109C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109C3C is #EF63C3. Grayscale: #676767. Windows color (decimal): -15688644 or 3972112. OLE color: 3972112.
HSL color Cylindrical-coordinate representation of color #109C3C: hue angle of 138.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109C3C is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 156 | 60 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.39 |
| HSL | 138.86º | 0.81% | 0.34% | - |
| HSV(B) | 138.86º | 0.9% | 0.61% | - |
| XYZ | 12.92 | 24.21 | 8.27 | - |
| YUV | 103.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 60 | 0.90 | 0 | 0.62 | 0.39 | 138.86 | 0.81 | 0.34 |
| Hex | 10 | 9C | 3C | 5A | 0 | 3E | 27 | 8B | 51 | 22 |
| Octal | 20 | 234 | 74 | 132 | 0 | 76 | 47 | 213 | 121 | 42 |
| Binary | 10000 | 10011100 | 111100 | 1011010 | 0 | 111110 | 100111 | 10001011 | 1010001 | 100010 |
Color Harmonies of #109C3C
Complementary color
Monochromatic Colors of #109C3C
Black with #109C3C
Text Example
Text Example
White with #109C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109C3C; }
p { color: rgb(16,156,60); }
H1.HeaderClassName
{
color: #109C3C;
}
.AnyTagClassName
{
color: #109C3C;
}
</style>
background-color css
<style>
a { background-color: #109C3C; }
a { background-color: rgb(16,156,60); }
div.DivClassName
{
background-color: #109C3C;
}
.BgClassName
{
background-color: #109C3C;
}
</style>
border-color css
<style>
span { border-color: #109C3C; }
span { border-color: rgb(16,156,60); }
td.TdClassName
{
border-color: #109C3C;
}
.TagClassName
{
border-color: #109C3C;
}
</style>