Shades of Pigment Green #109A52
Tints of Pigment Green #109A52
RGB
CMYK
RGB Variations
Color information
#109A52 (or 0x109A52) is known color: Pigment Green. HEX triplet: 10, 9A and 52. RGB value is (16,154,82). Sum of RGB (Red+Green+Blue) = 16+154+82=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 154 (60.55% from 255 or 61.11% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 154 - color contains mainly: green. Hex color #109A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109A52 is #EF65AD. Grayscale: #686868. Windows color (decimal): -15689134 or 5413392. OLE color: 5413392.
HSL color Cylindrical-coordinate representation of color #109A52: hue angle of 148.7º 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 #109A52 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 154 | 82 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.40 |
| HSL | 148.7º | 0.81% | 0.33% | - |
| HSV(B) | 148.7º | 0.9% | 0.6% | - |
| XYZ | 13.29 | 23.83 | 11.88 | - |
| YUV | 104.53 | 115.28 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 82 | 0.90 | 0 | 0.47 | 0.40 | 148.7 | 0.81 | 0.33 |
| Hex | 10 | 9A | 52 | 5A | 0 | 2F | 28 | 95 | 51 | 21 |
| Octal | 20 | 232 | 122 | 132 | 0 | 57 | 50 | 225 | 121 | 41 |
| Binary | 10000 | 10011010 | 1010010 | 1011010 | 0 | 101111 | 101000 | 10010101 | 1010001 | 100001 |
Color Harmonies of #109A52
Complementary color
Monochromatic Colors of #109A52
Black with #109A52
Text Example
Text Example
White with #109A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109A52; }
p { color: rgb(16,154,82); }
H1.HeaderClassName
{
color: #109A52;
}
.AnyTagClassName
{
color: #109A52;
}
</style>
background-color css
<style>
a { background-color: #109A52; }
a { background-color: rgb(16,154,82); }
div.DivClassName
{
background-color: #109A52;
}
.BgClassName
{
background-color: #109A52;
}
</style>
border-color css
<style>
span { border-color: #109A52; }
span { border-color: rgb(16,154,82); }
td.TdClassName
{
border-color: #109A52;
}
.TagClassName
{
border-color: #109A52;
}
</style>