Shades of Pigment Green #159C45
Tints of Pigment Green #159C45
RGB
CMYK
RGB Variations
Color information
#159C45 (or 0x159C45) is known color: Pigment Green. HEX triplet: 15, 9C and 45. RGB value is (21,156,69). Sum of RGB (Red+Green+Blue) = 21+156+69=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #159C45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159C45 is #EA63BA. Grayscale: #696969. Windows color (decimal): -15360955 or 4561941. OLE color: 4561941.
HSL color Cylindrical-coordinate representation of color #159C45: hue angle of 141.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C45 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 69 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.39 |
| HSL | 141.33º | 0.76% | 0.35% | - |
| HSV(B) | 141.33º | 0.87% | 0.61% | - |
| XYZ | 13.27 | 24.37 | 9.63 | - |
| YUV | 105.72 | 107.27 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 69 | 0.87 | 0 | 0.56 | 0.39 | 141.33 | 0.76 | 0.35 |
| Hex | 15 | 9C | 45 | 57 | 0 | 38 | 27 | 8D | 4C | 23 |
| Octal | 25 | 234 | 105 | 127 | 0 | 70 | 47 | 215 | 114 | 43 |
| Binary | 10101 | 10011100 | 1000101 | 1010111 | 0 | 111000 | 100111 | 10001101 | 1001100 | 100011 |
Color Harmonies of #159C45
Complementary color
Monochromatic Colors of #159C45
Black with #159C45
Text Example
Text Example
White with #159C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C45; }
p { color: rgb(21,156,69); }
H1.HeaderClassName
{
color: #159C45;
}
.AnyTagClassName
{
color: #159C45;
}
</style>
background-color css
<style>
a { background-color: #159C45; }
a { background-color: rgb(21,156,69); }
div.DivClassName
{
background-color: #159C45;
}
.BgClassName
{
background-color: #159C45;
}
</style>
border-color css
<style>
span { border-color: #159C45; }
span { border-color: rgb(21,156,69); }
td.TdClassName
{
border-color: #159C45;
}
.TagClassName
{
border-color: #159C45;
}
</style>