Shades of Pigment Green #15A045
Tints of Pigment Green #15A045
RGB
CMYK
RGB Variations
Color information
#15A045 (or 0x15A045) is known color: Pigment Green. HEX triplet: 15, A0 and 45. RGB value is (21,160,69). Sum of RGB (Red+Green+Blue) = 21+160+69=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 160 (62.89% from 255 or 64% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 160 - color contains mainly: green. Hex color #15A045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A045 is #EA5FBA. Grayscale: #6C6C6C. Windows color (decimal): -15359931 or 4562965. OLE color: 4562965.
HSL color Cylindrical-coordinate representation of color #15A045: hue angle of 140.72º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A045 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 69 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.37 |
| HSL | 140.72º | 0.77% | 0.35% | - |
| HSV(B) | 140.72º | 0.87% | 0.63% | - |
| XYZ | 13.95 | 25.73 | 9.86 | - |
| YUV | 108.07 | 105.95 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 69 | 0.87 | 0 | 0.57 | 0.37 | 140.72 | 0.77 | 0.35 |
| Hex | 15 | A0 | 45 | 57 | 0 | 39 | 25 | 8D | 4D | 23 |
| Octal | 25 | 240 | 105 | 127 | 0 | 71 | 45 | 215 | 115 | 43 |
| Binary | 10101 | 10100000 | 1000101 | 1010111 | 0 | 111001 | 100101 | 10001101 | 1001101 | 100011 |
Color Harmonies of #15A045
Complementary color
Monochromatic Colors of #15A045
Black with #15A045
Text Example
Text Example
White with #15A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A045; }
p { color: rgb(21,160,69); }
H1.HeaderClassName
{
color: #15A045;
}
.AnyTagClassName
{
color: #15A045;
}
</style>
background-color css
<style>
a { background-color: #15A045; }
a { background-color: rgb(21,160,69); }
div.DivClassName
{
background-color: #15A045;
}
.BgClassName
{
background-color: #15A045;
}
</style>
border-color css
<style>
span { border-color: #15A045; }
span { border-color: rgb(21,160,69); }
td.TdClassName
{
border-color: #15A045;
}
.TagClassName
{
border-color: #15A045;
}
</style>