Shades of Pigment Green #13A13A
Tints of Pigment Green #13A13A
RGB
CMYK
RGB Variations
Color information
#13A13A (or 0x13A13A) is known color: Pigment Green. HEX triplet: 13, A1 and 3A. RGB value is (19,161,58). Sum of RGB (Red+Green+Blue) = 19+161+58=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 161 (63.28% from 255 or 67.65% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 161 - color contains mainly: green. Hex color #13A13A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A13A is #EC5EC5. Grayscale: #6B6B6B. Windows color (decimal): -15490758 or 3842323. OLE color: 3842323.
HSL color Cylindrical-coordinate representation of color #13A13A: hue angle of 136.48º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A13A is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 161 | 58 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.37 |
| HSL | 136.48º | 0.79% | 0.35% | - |
| HSV(B) | 136.48º | 0.88% | 0.63% | - |
| XYZ | 13.78 | 25.93 | 8.28 | - |
| YUV | 106.8 | 100.46 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 58 | 0.88 | 0 | 0.64 | 0.37 | 136.48 | 0.79 | 0.35 |
| Hex | 13 | A1 | 3A | 58 | 0 | 40 | 25 | 88 | 4F | 23 |
| Octal | 23 | 241 | 72 | 130 | 0 | 100 | 45 | 210 | 117 | 43 |
| Binary | 10011 | 10100001 | 111010 | 1011000 | 0 | 1000000 | 100101 | 10001000 | 1001111 | 100011 |
Color Harmonies of #13A13A
Complementary color
Monochromatic Colors of #13A13A
Black with #13A13A
Text Example
Text Example
White with #13A13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A13A; }
p { color: rgb(19,161,58); }
H1.HeaderClassName
{
color: #13A13A;
}
.AnyTagClassName
{
color: #13A13A;
}
</style>
background-color css
<style>
a { background-color: #13A13A; }
a { background-color: rgb(19,161,58); }
div.DivClassName
{
background-color: #13A13A;
}
.BgClassName
{
background-color: #13A13A;
}
</style>
border-color css
<style>
span { border-color: #13A13A; }
span { border-color: rgb(19,161,58); }
td.TdClassName
{
border-color: #13A13A;
}
.TagClassName
{
border-color: #13A13A;
}
</style>