Shades of Pigment Green #13A13C
Tints of Pigment Green #13A13C
RGB
CMYK
RGB Variations
Color information
#13A13C (or 0x13A13C) is known color: Pigment Green. HEX triplet: 13, A1 and 3C. RGB value is (19,161,60). Sum of RGB (Red+Green+Blue) = 19+161+60=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 161 (63.28% from 255 or 67.08% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 161 - color contains mainly: green. Hex color #13A13C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A13C is #EC5EC3. Grayscale: #6B6B6B. Windows color (decimal): -15490756 or 3973395. OLE color: 3973395.
HSL color Cylindrical-coordinate representation of color #13A13C: hue angle of 137.32º 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 #13A13C is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 161 | 60 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.37 |
| HSL | 137.32º | 0.79% | 0.35% | - |
| HSV(B) | 137.32º | 0.88% | 0.63% | - |
| XYZ | 13.83 | 25.95 | 8.56 | - |
| YUV | 107.03 | 101.46 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 60 | 0.88 | 0 | 0.63 | 0.37 | 137.32 | 0.79 | 0.35 |
| Hex | 13 | A1 | 3C | 58 | 0 | 3F | 25 | 89 | 4F | 23 |
| Octal | 23 | 241 | 74 | 130 | 0 | 77 | 45 | 211 | 117 | 43 |
| Binary | 10011 | 10100001 | 111100 | 1011000 | 0 | 111111 | 100101 | 10001001 | 1001111 | 100011 |
Color Harmonies of #13A13C
Complementary color
Monochromatic Colors of #13A13C
Black with #13A13C
Text Example
Text Example
White with #13A13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A13C; }
p { color: rgb(19,161,60); }
H1.HeaderClassName
{
color: #13A13C;
}
.AnyTagClassName
{
color: #13A13C;
}
</style>
background-color css
<style>
a { background-color: #13A13C; }
a { background-color: rgb(19,161,60); }
div.DivClassName
{
background-color: #13A13C;
}
.BgClassName
{
background-color: #13A13C;
}
</style>
border-color css
<style>
span { border-color: #13A13C; }
span { border-color: rgb(19,161,60); }
td.TdClassName
{
border-color: #13A13C;
}
.TagClassName
{
border-color: #13A13C;
}
</style>