Shades of Pigment Green #109945
Tints of Pigment Green #109945
RGB
CMYK
RGB Variations
Color information
#109945 (or 0x109945) is known color: Pigment Green. HEX triplet: 10, 99 and 45. RGB value is (16,153,69). Sum of RGB (Red+Green+Blue) = 16+153+69=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #109945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109945 is #EF66BA. Grayscale: #666666. Windows color (decimal): -15689403 or 4561168. OLE color: 4561168.
HSL color Cylindrical-coordinate representation of color #109945: hue angle of 143.21º 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 #109945 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 69 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.4 |
| HSL | 143.21º | 0.81% | 0.33% | - |
| HSV(B) | 143.21º | 0.9% | 0.6% | - |
| XYZ | 12.68 | 23.32 | 9.46 | - |
| YUV | 102.46 | 109.11 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 69 | 0.90 | 0 | 0.55 | 0.4 | 143.21 | 0.81 | 0.33 |
| Hex | 10 | 99 | 45 | 5A | 0 | 37 | 28 | 8F | 51 | 21 |
| Octal | 20 | 231 | 105 | 132 | 0 | 67 | 50 | 217 | 121 | 41 |
| Binary | 10000 | 10011001 | 1000101 | 1011010 | 0 | 110111 | 101000 | 10001111 | 1010001 | 100001 |
Color Harmonies of #109945
Complementary color
Monochromatic Colors of #109945
Black with #109945
Text Example
Text Example
White with #109945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109945; }
p { color: rgb(16,153,69); }
H1.HeaderClassName
{
color: #109945;
}
.AnyTagClassName
{
color: #109945;
}
</style>
background-color css
<style>
a { background-color: #109945; }
a { background-color: rgb(16,153,69); }
div.DivClassName
{
background-color: #109945;
}
.BgClassName
{
background-color: #109945;
}
</style>
border-color css
<style>
span { border-color: #109945; }
span { border-color: rgb(16,153,69); }
td.TdClassName
{
border-color: #109945;
}
.TagClassName
{
border-color: #109945;
}
</style>