Shades of Dark Pastel Green #13BA4E
Tints of Dark Pastel Green #13BA4E
RGB
CMYK
RGB Variations
Color information
#13BA4E (or 0x13BA4E) is known color: Dark Pastel Green. HEX triplet: 13, BA and 4E. RGB value is (19,186,78). Sum of RGB (Red+Green+Blue) = 19+186+78=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BA4E is #EC45B1. Grayscale: #7C7C7C. Windows color (decimal): -15484338 or 5159443. OLE color: 5159443.
HSL color Cylindrical-coordinate representation of color #13BA4E: hue angle of 141.2º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA4E is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 78 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.27 |
| HSL | 141.2º | 0.81% | 0.4% | - |
| HSV(B) | 141.2º | 0.9% | 0.73% | - |
| XYZ | 19.2 | 35.81 | 13.11 | - |
| YUV | 123.76 | 102.17 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 78 | 0.90 | 0 | 0.58 | 0.27 | 141.2 | 0.81 | 0.4 |
| Hex | 13 | BA | 4E | 5A | 0 | 3A | 1B | 8D | 51 | 28 |
| Octal | 23 | 272 | 116 | 132 | 0 | 72 | 33 | 215 | 121 | 50 |
| Binary | 10011 | 10111010 | 1001110 | 1011010 | 0 | 111010 | 11011 | 10001101 | 1010001 | 101000 |
Color Harmonies of #13BA4E
Complementary color
Monochromatic Colors of #13BA4E
Black with #13BA4E
Text Example
Text Example
White with #13BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA4E; }
p { color: rgb(19,186,78); }
H1.HeaderClassName
{
color: #13BA4E;
}
.AnyTagClassName
{
color: #13BA4E;
}
</style>
background-color css
<style>
a { background-color: #13BA4E; }
a { background-color: rgb(19,186,78); }
div.DivClassName
{
background-color: #13BA4E;
}
.BgClassName
{
background-color: #13BA4E;
}
</style>
border-color css
<style>
span { border-color: #13BA4E; }
span { border-color: rgb(19,186,78); }
td.TdClassName
{
border-color: #13BA4E;
}
.TagClassName
{
border-color: #13BA4E;
}
</style>