Shades of Pigment Green #109750
Tints of Pigment Green #109750
RGB
CMYK
RGB Variations
Color information
#109750 (or 0x109750) is known color: Pigment Green. HEX triplet: 10, 97 and 50. RGB value is (16,151,80). Sum of RGB (Red+Green+Blue) = 16+151+80=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #109750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109750 is #EF68AF. Grayscale: #666666. Windows color (decimal): -15689904 or 5281552. OLE color: 5281552.
HSL color Cylindrical-coordinate representation of color #109750: hue angle of 148.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109750 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 151 | 80 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.41 |
| HSL | 148.44º | 0.81% | 0.33% | - |
| HSV(B) | 148.44º | 0.89% | 0.59% | - |
| XYZ | 12.73 | 22.82 | 11.32 | - |
| YUV | 102.54 | 115.27 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 80 | 0.89 | 0 | 0.47 | 0.41 | 148.44 | 0.81 | 0.33 |
| Hex | 10 | 97 | 50 | 59 | 0 | 2F | 29 | 94 | 51 | 21 |
| Octal | 20 | 227 | 120 | 131 | 0 | 57 | 51 | 224 | 121 | 41 |
| Binary | 10000 | 10010111 | 1010000 | 1011001 | 0 | 101111 | 101001 | 10010100 | 1010001 | 100001 |
Color Harmonies of #109750
Complementary color
Monochromatic Colors of #109750
Black with #109750
Text Example
Text Example
White with #109750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109750; }
p { color: rgb(16,151,80); }
H1.HeaderClassName
{
color: #109750;
}
.AnyTagClassName
{
color: #109750;
}
</style>
background-color css
<style>
a { background-color: #109750; }
a { background-color: rgb(16,151,80); }
div.DivClassName
{
background-color: #109750;
}
.BgClassName
{
background-color: #109750;
}
</style>
border-color css
<style>
span { border-color: #109750; }
span { border-color: rgb(16,151,80); }
td.TdClassName
{
border-color: #109750;
}
.TagClassName
{
border-color: #109750;
}
</style>