Shades of Pigment Green #13A24F
Tints of Pigment Green #13A24F
RGB
CMYK
RGB Variations
Color information
#13A24F (or 0x13A24F) is known color: Pigment Green. HEX triplet: 13, A2 and 4F. RGB value is (19,162,79). Sum of RGB (Red+Green+Blue) = 19+162+79=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 162 (63.67% from 255 or 62.31% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 162 - color contains mainly: green. Hex color #13A24F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A24F is #EC5DB0. Grayscale: #6D6D6D. Windows color (decimal): -15490481 or 5218835. OLE color: 5218835.
HSL color Cylindrical-coordinate representation of color #13A24F: hue angle of 145.17º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A24F is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 79 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.36 |
| HSL | 145.17º | 0.79% | 0.35% | - |
| HSV(B) | 145.17º | 0.88% | 0.64% | - |
| XYZ | 14.6 | 26.54 | 11.75 | - |
| YUV | 109.78 | 110.62 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 79 | 0.88 | 0 | 0.51 | 0.36 | 145.17 | 0.79 | 0.35 |
| Hex | 13 | A2 | 4F | 58 | 0 | 33 | 24 | 91 | 4F | 23 |
| Octal | 23 | 242 | 117 | 130 | 0 | 63 | 44 | 221 | 117 | 43 |
| Binary | 10011 | 10100010 | 1001111 | 1011000 | 0 | 110011 | 100100 | 10010001 | 1001111 | 100011 |
Color Harmonies of #13A24F
Complementary color
Monochromatic Colors of #13A24F
Black with #13A24F
Text Example
Text Example
White with #13A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A24F; }
p { color: rgb(19,162,79); }
H1.HeaderClassName
{
color: #13A24F;
}
.AnyTagClassName
{
color: #13A24F;
}
</style>
background-color css
<style>
a { background-color: #13A24F; }
a { background-color: rgb(19,162,79); }
div.DivClassName
{
background-color: #13A24F;
}
.BgClassName
{
background-color: #13A24F;
}
</style>
border-color css
<style>
span { border-color: #13A24F; }
span { border-color: rgb(19,162,79); }
td.TdClassName
{
border-color: #13A24F;
}
.TagClassName
{
border-color: #13A24F;
}
</style>