Shades of Pigment Green #159B3C
Tints of Pigment Green #159B3C
RGB
CMYK
RGB Variations
Color information
#159B3C (or 0x159B3C) is known color: Pigment Green. HEX triplet: 15, 9B and 3C. RGB value is (21,155,60). Sum of RGB (Red+Green+Blue) = 21+155+60=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 155 (60.94% from 255 or 65.68% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 155 - color contains mainly: green. Hex color #159B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159B3C is #EA64C3. Grayscale: #686868. Windows color (decimal): -15361220 or 3971861. OLE color: 3971861.
HSL color Cylindrical-coordinate representation of color #159B3C: hue angle of 137.46º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B3C is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 155 | 60 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.39 |
| HSL | 137.46º | 0.76% | 0.35% | - |
| HSV(B) | 137.46º | 0.86% | 0.61% | - |
| XYZ | 12.85 | 23.93 | 8.22 | - |
| YUV | 104.1 | 103.11 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 60 | 0.86 | 0 | 0.61 | 0.39 | 137.46 | 0.76 | 0.35 |
| Hex | 15 | 9B | 3C | 56 | 0 | 3D | 27 | 89 | 4C | 23 |
| Octal | 25 | 233 | 74 | 126 | 0 | 75 | 47 | 211 | 114 | 43 |
| Binary | 10101 | 10011011 | 111100 | 1010110 | 0 | 111101 | 100111 | 10001001 | 1001100 | 100011 |
Color Harmonies of #159B3C
Complementary color
Monochromatic Colors of #159B3C
Black with #159B3C
Text Example
Text Example
White with #159B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159B3C; }
p { color: rgb(21,155,60); }
H1.HeaderClassName
{
color: #159B3C;
}
.AnyTagClassName
{
color: #159B3C;
}
</style>
background-color css
<style>
a { background-color: #159B3C; }
a { background-color: rgb(21,155,60); }
div.DivClassName
{
background-color: #159B3C;
}
.BgClassName
{
background-color: #159B3C;
}
</style>
border-color css
<style>
span { border-color: #159B3C; }
span { border-color: rgb(21,155,60); }
td.TdClassName
{
border-color: #159B3C;
}
.TagClassName
{
border-color: #159B3C;
}
</style>