Shades of Pigment Green #15A13F
Tints of Pigment Green #15A13F
RGB
CMYK
RGB Variations
Color information
#15A13F (or 0x15A13F) is known color: Pigment Green. HEX triplet: 15, A1 and 3F. RGB value is (21,161,63). Sum of RGB (Red+Green+Blue) = 21+161+63=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 161 (63.28% from 255 or 65.71% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 161 - color contains mainly: green. Hex color #15A13F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A13F is #EA5EC0. Grayscale: #6C6C6C. Windows color (decimal): -15359681 or 4170005. OLE color: 4170005.
HSL color Cylindrical-coordinate representation of color #15A13F: hue angle of 138º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A13F is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 161 | 63 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.37 |
| HSL | 138º | 0.77% | 0.36% | - |
| HSV(B) | 138º | 0.87% | 0.63% | - |
| XYZ | 13.95 | 26.01 | 8.99 | - |
| YUV | 107.97 | 102.62 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 161 | 63 | 0.87 | 0 | 0.61 | 0.37 | 138 | 0.77 | 0.36 |
| Hex | 15 | A1 | 3F | 57 | 0 | 3D | 25 | 8A | 4D | 24 |
| Octal | 25 | 241 | 77 | 127 | 0 | 75 | 45 | 212 | 115 | 44 |
| Binary | 10101 | 10100001 | 111111 | 1010111 | 0 | 111101 | 100101 | 10001010 | 1001101 | 100100 |
Color Harmonies of #15A13F
Complementary color
Monochromatic Colors of #15A13F
Black with #15A13F
Text Example
Text Example
White with #15A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A13F; }
p { color: rgb(21,161,63); }
H1.HeaderClassName
{
color: #15A13F;
}
.AnyTagClassName
{
color: #15A13F;
}
</style>
background-color css
<style>
a { background-color: #15A13F; }
a { background-color: rgb(21,161,63); }
div.DivClassName
{
background-color: #15A13F;
}
.BgClassName
{
background-color: #15A13F;
}
</style>
border-color css
<style>
span { border-color: #15A13F; }
span { border-color: rgb(21,161,63); }
td.TdClassName
{
border-color: #15A13F;
}
.TagClassName
{
border-color: #15A13F;
}
</style>