Shades of Dark Pastel Green #0ABC1D
Tints of Dark Pastel Green #0ABC1D
RGB
CMYK
RGB Variations
Color information
#0ABC1D (or 0x0ABC1D) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 1D. RGB value is (10,188,29). Sum of RGB (Red+Green+Blue) = 10+188+29=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 188 (73.83% from 255 or 82.82% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC1D is #F543E2. Grayscale: #757575. Windows color (decimal): -16073699 or 1948682. OLE color: 1948682.
HSL color Cylindrical-coordinate representation of color #0ABC1D: hue angle of 126.4º 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 #0ABC1D is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 29 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.26 |
| HSL | 126.4º | 0.9% | 0.39% | - |
| HSV(B) | 126.4º | 0.95% | 0.74% | - |
| XYZ | 18.33 | 36.12 | 7.17 | - |
| YUV | 116.65 | 78.53 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 29 | 0.95 | 0 | 0.85 | 0.26 | 126.4 | 0.9 | 0.39 |
| Hex | A | BC | 1D | 5F | 0 | 55 | 1A | 7E | 5A | 27 |
| Octal | 12 | 274 | 35 | 137 | 0 | 125 | 32 | 176 | 132 | 47 |
| Binary | 1010 | 10111100 | 11101 | 1011111 | 0 | 1010101 | 11010 | 1111110 | 1011010 | 100111 |
Color Harmonies of #0ABC1D
Complementary color
Monochromatic Colors of #0ABC1D
Black with #0ABC1D
Text Example
Text Example
White with #0ABC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC1D; }
p { color: rgb(10,188,29); }
H1.HeaderClassName
{
color: #0ABC1D;
}
.AnyTagClassName
{
color: #0ABC1D;
}
</style>
background-color css
<style>
a { background-color: #0ABC1D; }
a { background-color: rgb(10,188,29); }
div.DivClassName
{
background-color: #0ABC1D;
}
.BgClassName
{
background-color: #0ABC1D;
}
</style>
border-color css
<style>
span { border-color: #0ABC1D; }
span { border-color: rgb(10,188,29); }
td.TdClassName
{
border-color: #0ABC1D;
}
.TagClassName
{
border-color: #0ABC1D;
}
</style>