Shades of Dark Pastel Green #0ABA2D
Tints of Dark Pastel Green #0ABA2D
RGB
CMYK
RGB Variations
Color information
#0ABA2D (or 0x0ABA2D) is known color: Dark Pastel Green. HEX triplet: 0A, BA and 2D. RGB value is (10,186,45). Sum of RGB (Red+Green+Blue) = 10+186+45=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABA2D is #F545D2. Grayscale: #757575. Windows color (decimal): -16074195 or 2996746. OLE color: 2996746.
HSL color Cylindrical-coordinate representation of color #0ABA2D: hue angle of 131.93º 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 #0ABA2D is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 45 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.27 |
| HSL | 131.93º | 0.9% | 0.38% | - |
| HSV(B) | 131.93º | 0.95% | 0.73% | - |
| XYZ | 18.16 | 35.37 | 8.35 | - |
| YUV | 117.3 | 87.19 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 45 | 0.95 | 0 | 0.76 | 0.27 | 131.93 | 0.9 | 0.38 |
| Hex | A | BA | 2D | 5F | 0 | 4C | 1B | 84 | 5A | 26 |
| Octal | 12 | 272 | 55 | 137 | 0 | 114 | 33 | 204 | 132 | 46 |
| Binary | 1010 | 10111010 | 101101 | 1011111 | 0 | 1001100 | 11011 | 10000100 | 1011010 | 100110 |
Color Harmonies of #0ABA2D
Complementary color
Monochromatic Colors of #0ABA2D
Black with #0ABA2D
Text Example
Text Example
White with #0ABA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA2D; }
p { color: rgb(10,186,45); }
H1.HeaderClassName
{
color: #0ABA2D;
}
.AnyTagClassName
{
color: #0ABA2D;
}
</style>
background-color css
<style>
a { background-color: #0ABA2D; }
a { background-color: rgb(10,186,45); }
div.DivClassName
{
background-color: #0ABA2D;
}
.BgClassName
{
background-color: #0ABA2D;
}
</style>
border-color css
<style>
span { border-color: #0ABA2D; }
span { border-color: rgb(10,186,45); }
td.TdClassName
{
border-color: #0ABA2D;
}
.TagClassName
{
border-color: #0ABA2D;
}
</style>