Shades of Pigment Green #15974E
Tints of Pigment Green #15974E
RGB
CMYK
RGB Variations
Color information
#15974E (or 0x15974E) is known color: Pigment Green. HEX triplet: 15, 97 and 4E. RGB value is (21,151,78). Sum of RGB (Red+Green+Blue) = 21+151+78=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 151 (59.38% from 255 or 60.4% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 151 - color contains mainly: green. Hex color #15974E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15974E is #EA68B1. Grayscale: #676767. Windows color (decimal): -15362226 or 5150485. OLE color: 5150485.
HSL color Cylindrical-coordinate representation of color #15974E: hue angle of 146.31º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15974E is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 151 | 78 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.41 |
| HSL | 146.31º | 0.76% | 0.34% | - |
| HSV(B) | 146.31º | 0.86% | 0.59% | - |
| XYZ | 12.75 | 22.84 | 10.94 | - |
| YUV | 103.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 78 | 0.86 | 0 | 0.48 | 0.41 | 146.31 | 0.76 | 0.34 |
| Hex | 15 | 97 | 4E | 56 | 0 | 30 | 29 | 92 | 4C | 22 |
| Octal | 25 | 227 | 116 | 126 | 0 | 60 | 51 | 222 | 114 | 42 |
| Binary | 10101 | 10010111 | 1001110 | 1010110 | 0 | 110000 | 101001 | 10010010 | 1001100 | 100010 |
Color Harmonies of #15974E
Complementary color
Monochromatic Colors of #15974E
Black with #15974E
Text Example
Text Example
White with #15974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15974E; }
p { color: rgb(21,151,78); }
H1.HeaderClassName
{
color: #15974E;
}
.AnyTagClassName
{
color: #15974E;
}
</style>
background-color css
<style>
a { background-color: #15974E; }
a { background-color: rgb(21,151,78); }
div.DivClassName
{
background-color: #15974E;
}
.BgClassName
{
background-color: #15974E;
}
</style>
border-color css
<style>
span { border-color: #15974E; }
span { border-color: rgb(21,151,78); }
td.TdClassName
{
border-color: #15974E;
}
.TagClassName
{
border-color: #15974E;
}
</style>