Shades of Dark Pastel Green #13C144
Tints of Dark Pastel Green #13C144
RGB
CMYK
RGB Variations
Color information
#13C144 (or 0x13C144) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 44. RGB value is (19,193,68). Sum of RGB (Red+Green+Blue) = 19+193+68=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #13C144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C144 is #EC3EBB. Grayscale: #7F7F7F. Windows color (decimal): -15482556 or 4505875. OLE color: 4505875.
HSL color Cylindrical-coordinate representation of color #13C144: hue angle of 136.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C144 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 68 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.24 |
| HSL | 136.9º | 0.82% | 0.42% | - |
| HSV(B) | 136.9º | 0.9% | 0.76% | - |
| XYZ | 20.38 | 38.7 | 11.86 | - |
| YUV | 126.72 | 94.85 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 68 | 0.90 | 0 | 0.65 | 0.24 | 136.9 | 0.82 | 0.42 |
| Hex | 13 | C1 | 44 | 5A | 0 | 41 | 18 | 89 | 52 | 2A |
| Octal | 23 | 301 | 104 | 132 | 0 | 101 | 30 | 211 | 122 | 52 |
| Binary | 10011 | 11000001 | 1000100 | 1011010 | 0 | 1000001 | 11000 | 10001001 | 1010010 | 101010 |
Color Harmonies of #13C144
Complementary color
Monochromatic Colors of #13C144
Black with #13C144
Text Example
Text Example
White with #13C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C144; }
p { color: rgb(19,193,68); }
H1.HeaderClassName
{
color: #13C144;
}
.AnyTagClassName
{
color: #13C144;
}
</style>
background-color css
<style>
a { background-color: #13C144; }
a { background-color: rgb(19,193,68); }
div.DivClassName
{
background-color: #13C144;
}
.BgClassName
{
background-color: #13C144;
}
</style>
border-color css
<style>
span { border-color: #13C144; }
span { border-color: rgb(19,193,68); }
td.TdClassName
{
border-color: #13C144;
}
.TagClassName
{
border-color: #13C144;
}
</style>