Shades of Dark Pastel Green #0ABA4D
Tints of Dark Pastel Green #0ABA4D
RGB
CMYK
RGB Variations
Color information
#0ABA4D (or 0x0ABA4D) is known color: Dark Pastel Green. HEX triplet: 0A, BA and 4D. RGB value is (10,186,77). Sum of RGB (Red+Green+Blue) = 10+186+77=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA4D is #F545B2. Grayscale: #797979. Windows color (decimal): -16074163 or 5093898. OLE color: 5093898.
HSL color Cylindrical-coordinate representation of color #0ABA4D: hue angle of 142.84º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA4D is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 77 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.27 |
| HSL | 142.84º | 0.9% | 0.38% | - |
| HSV(B) | 142.84º | 0.95% | 0.73% | - |
| XYZ | 19.02 | 35.72 | 12.91 | - |
| YUV | 120.95 | 103.19 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 77 | 0.95 | 0 | 0.59 | 0.27 | 142.84 | 0.9 | 0.38 |
| Hex | A | BA | 4D | 5F | 0 | 3B | 1B | 8F | 5A | 26 |
| Octal | 12 | 272 | 115 | 137 | 0 | 73 | 33 | 217 | 132 | 46 |
| Binary | 1010 | 10111010 | 1001101 | 1011111 | 0 | 111011 | 11011 | 10001111 | 1011010 | 100110 |
Color Harmonies of #0ABA4D
Complementary color
Monochromatic Colors of #0ABA4D
Black with #0ABA4D
Text Example
Text Example
White with #0ABA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA4D; }
p { color: rgb(10,186,77); }
H1.HeaderClassName
{
color: #0ABA4D;
}
.AnyTagClassName
{
color: #0ABA4D;
}
</style>
background-color css
<style>
a { background-color: #0ABA4D; }
a { background-color: rgb(10,186,77); }
div.DivClassName
{
background-color: #0ABA4D;
}
.BgClassName
{
background-color: #0ABA4D;
}
</style>
border-color css
<style>
span { border-color: #0ABA4D; }
span { border-color: rgb(10,186,77); }
td.TdClassName
{
border-color: #0ABA4D;
}
.TagClassName
{
border-color: #0ABA4D;
}
</style>