Shades of Pigment Green #109752
Tints of Pigment Green #109752
RGB
CMYK
RGB Variations
Color information
#109752 (or 0x109752) is known color: Pigment Green. HEX triplet: 10, 97 and 52. RGB value is (16,151,82). Sum of RGB (Red+Green+Blue) = 16+151+82=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 151 (59.38% from 255 or 60.64% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 151 - color contains mainly: green. Hex color #109752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109752 is #EF68AD. Grayscale: #666666. Windows color (decimal): -15689902 or 5412624. OLE color: 5412624.
HSL color Cylindrical-coordinate representation of color #109752: hue angle of 149.33º 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 #109752 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 151 | 82 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.41 |
| HSL | 149.33º | 0.81% | 0.33% | - |
| HSV(B) | 149.33º | 0.89% | 0.59% | - |
| XYZ | 12.8 | 22.85 | 11.72 | - |
| YUV | 102.77 | 116.27 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 82 | 0.89 | 0 | 0.46 | 0.41 | 149.33 | 0.81 | 0.33 |
| Hex | 10 | 97 | 52 | 59 | 0 | 2E | 29 | 95 | 51 | 21 |
| Octal | 20 | 227 | 122 | 131 | 0 | 56 | 51 | 225 | 121 | 41 |
| Binary | 10000 | 10010111 | 1010010 | 1011001 | 0 | 101110 | 101001 | 10010101 | 1010001 | 100001 |
Color Harmonies of #109752
Complementary color
Monochromatic Colors of #109752
Black with #109752
Text Example
Text Example
White with #109752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109752; }
p { color: rgb(16,151,82); }
H1.HeaderClassName
{
color: #109752;
}
.AnyTagClassName
{
color: #109752;
}
</style>
background-color css
<style>
a { background-color: #109752; }
a { background-color: rgb(16,151,82); }
div.DivClassName
{
background-color: #109752;
}
.BgClassName
{
background-color: #109752;
}
</style>
border-color css
<style>
span { border-color: #109752; }
span { border-color: rgb(16,151,82); }
td.TdClassName
{
border-color: #109752;
}
.TagClassName
{
border-color: #109752;
}
</style>