Shades of Dark Pastel Green #0ABD2D
Tints of Dark Pastel Green #0ABD2D
RGB
CMYK
RGB Variations
Color information
#0ABD2D (or 0x0ABD2D) is known color: Dark Pastel Green. HEX triplet: 0A, BD and 2D. RGB value is (10,189,45). Sum of RGB (Red+Green+Blue) = 10+189+45=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 189 (74.22% from 255 or 77.46% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABD2D is #F542D2. Grayscale: #777777. Windows color (decimal): -16073427 or 2997514. OLE color: 2997514.
HSL color Cylindrical-coordinate representation of color #0ABD2D: hue angle of 131.73º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABD2D is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 45 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.26 |
| HSL | 131.73º | 0.9% | 0.39% | - |
| HSV(B) | 131.73º | 0.95% | 0.74% | - |
| XYZ | 18.8 | 36.65 | 8.57 | - |
| YUV | 119.06 | 86.2 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 45 | 0.95 | 0 | 0.76 | 0.26 | 131.73 | 0.9 | 0.39 |
| Hex | A | BD | 2D | 5F | 0 | 4C | 1A | 84 | 5A | 27 |
| Octal | 12 | 275 | 55 | 137 | 0 | 114 | 32 | 204 | 132 | 47 |
| Binary | 1010 | 10111101 | 101101 | 1011111 | 0 | 1001100 | 11010 | 10000100 | 1011010 | 100111 |
Color Harmonies of #0ABD2D
Complementary color
Monochromatic Colors of #0ABD2D
Black with #0ABD2D
Text Example
Text Example
White with #0ABD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD2D; }
p { color: rgb(10,189,45); }
H1.HeaderClassName
{
color: #0ABD2D;
}
.AnyTagClassName
{
color: #0ABD2D;
}
</style>
background-color css
<style>
a { background-color: #0ABD2D; }
a { background-color: rgb(10,189,45); }
div.DivClassName
{
background-color: #0ABD2D;
}
.BgClassName
{
background-color: #0ABD2D;
}
</style>
border-color css
<style>
span { border-color: #0ABD2D; }
span { border-color: rgb(10,189,45); }
td.TdClassName
{
border-color: #0ABD2D;
}
.TagClassName
{
border-color: #0ABD2D;
}
</style>