Shades of Dark Pastel Green #0ABD1D
Tints of Dark Pastel Green #0ABD1D
RGB
CMYK
RGB Variations
Color information
#0ABD1D (or 0x0ABD1D) is known color: Dark Pastel Green. HEX triplet: 0A, BD and 1D. RGB value is (10,189,29). Sum of RGB (Red+Green+Blue) = 10+189+29=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 189 (74.22% from 255 or 82.89% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABD1D is #F542E2. Grayscale: #757575. Windows color (decimal): -16073443 or 1948938. OLE color: 1948938.
HSL color Cylindrical-coordinate representation of color #0ABD1D: hue angle of 126.37º 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 #0ABD1D is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 29 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.26 |
| HSL | 126.37º | 0.9% | 0.39% | - |
| HSV(B) | 126.37º | 0.95% | 0.74% | - |
| XYZ | 18.54 | 36.55 | 7.24 | - |
| YUV | 117.24 | 78.2 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 29 | 0.95 | 0 | 0.85 | 0.26 | 126.37 | 0.9 | 0.39 |
| Hex | A | BD | 1D | 5F | 0 | 55 | 1A | 7E | 5A | 27 |
| Octal | 12 | 275 | 35 | 137 | 0 | 125 | 32 | 176 | 132 | 47 |
| Binary | 1010 | 10111101 | 11101 | 1011111 | 0 | 1010101 | 11010 | 1111110 | 1011010 | 100111 |
Color Harmonies of #0ABD1D
Complementary color
Monochromatic Colors of #0ABD1D
Black with #0ABD1D
Text Example
Text Example
White with #0ABD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD1D; }
p { color: rgb(10,189,29); }
H1.HeaderClassName
{
color: #0ABD1D;
}
.AnyTagClassName
{
color: #0ABD1D;
}
</style>
background-color css
<style>
a { background-color: #0ABD1D; }
a { background-color: rgb(10,189,29); }
div.DivClassName
{
background-color: #0ABD1D;
}
.BgClassName
{
background-color: #0ABD1D;
}
</style>
border-color css
<style>
span { border-color: #0ABD1D; }
span { border-color: rgb(10,189,29); }
td.TdClassName
{
border-color: #0ABD1D;
}
.TagClassName
{
border-color: #0ABD1D;
}
</style>