Shades of Pigment Green #109D50
Tints of Pigment Green #109D50
RGB
CMYK
RGB Variations
Color information
#109D50 (or 0x109D50) is known color: Pigment Green. HEX triplet: 10, 9D and 50. RGB value is (16,157,80). Sum of RGB (Red+Green+Blue) = 16+157+80=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #109D50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109D50 is #EF62AF. Grayscale: #6A6A6A. Windows color (decimal): -15688368 or 5283088. OLE color: 5283088.
HSL color Cylindrical-coordinate representation of color #109D50: hue angle of 147.23º 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 #109D50 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 157 | 80 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.38 |
| HSL | 147.23º | 0.82% | 0.34% | - |
| HSV(B) | 147.23º | 0.9% | 0.62% | - |
| XYZ | 13.72 | 24.8 | 11.65 | - |
| YUV | 106.06 | 113.29 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 80 | 0.90 | 0 | 0.49 | 0.38 | 147.23 | 0.82 | 0.34 |
| Hex | 10 | 9D | 50 | 5A | 0 | 31 | 26 | 93 | 52 | 22 |
| Octal | 20 | 235 | 120 | 132 | 0 | 61 | 46 | 223 | 122 | 42 |
| Binary | 10000 | 10011101 | 1010000 | 1011010 | 0 | 110001 | 100110 | 10010011 | 1010010 | 100010 |
Color Harmonies of #109D50
Complementary color
Monochromatic Colors of #109D50
Black with #109D50
Text Example
Text Example
White with #109D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109D50; }
p { color: rgb(16,157,80); }
H1.HeaderClassName
{
color: #109D50;
}
.AnyTagClassName
{
color: #109D50;
}
</style>
background-color css
<style>
a { background-color: #109D50; }
a { background-color: rgb(16,157,80); }
div.DivClassName
{
background-color: #109D50;
}
.BgClassName
{
background-color: #109D50;
}
</style>
border-color css
<style>
span { border-color: #109D50; }
span { border-color: rgb(16,157,80); }
td.TdClassName
{
border-color: #109D50;
}
.TagClassName
{
border-color: #109D50;
}
</style>