Shades of Pigment Green #109952
Tints of Pigment Green #109952
RGB
CMYK
RGB Variations
Color information
#109952 (or 0x109952) is known color: Pigment Green. HEX triplet: 10, 99 and 52. RGB value is (16,153,82). Sum of RGB (Red+Green+Blue) = 16+153+82=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #109952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109952 is #EF66AD. Grayscale: #686868. Windows color (decimal): -15689390 or 5413136. OLE color: 5413136.
HSL color Cylindrical-coordinate representation of color #109952: hue angle of 148.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109952 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 82 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.4 |
| HSL | 148.91º | 0.81% | 0.33% | - |
| HSV(B) | 148.91º | 0.9% | 0.6% | - |
| XYZ | 13.13 | 23.5 | 11.83 | - |
| YUV | 103.94 | 115.61 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 82 | 0.90 | 0 | 0.46 | 0.4 | 148.91 | 0.81 | 0.33 |
| Hex | 10 | 99 | 52 | 5A | 0 | 2E | 28 | 95 | 51 | 21 |
| Octal | 20 | 231 | 122 | 132 | 0 | 56 | 50 | 225 | 121 | 41 |
| Binary | 10000 | 10011001 | 1010010 | 1011010 | 0 | 101110 | 101000 | 10010101 | 1010001 | 100001 |
Color Harmonies of #109952
Complementary color
Monochromatic Colors of #109952
Black with #109952
Text Example
Text Example
White with #109952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109952; }
p { color: rgb(16,153,82); }
H1.HeaderClassName
{
color: #109952;
}
.AnyTagClassName
{
color: #109952;
}
</style>
background-color css
<style>
a { background-color: #109952; }
a { background-color: rgb(16,153,82); }
div.DivClassName
{
background-color: #109952;
}
.BgClassName
{
background-color: #109952;
}
</style>
border-color css
<style>
span { border-color: #109952; }
span { border-color: rgb(16,153,82); }
td.TdClassName
{
border-color: #109952;
}
.TagClassName
{
border-color: #109952;
}
</style>