Shades of Dark Pastel Green #0ABC1A
Tints of Dark Pastel Green #0ABC1A
RGB
CMYK
RGB Variations
Color information
#0ABC1A (or 0x0ABC1A) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 1A. RGB value is (10,188,26). Sum of RGB (Red+Green+Blue) = 10+188+26=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 188 (73.83% from 255 or 83.93% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC1A is #F543E5. Grayscale: #747474. Windows color (decimal): -16073702 or 1752074. OLE color: 1752074.
HSL color Cylindrical-coordinate representation of color #0ABC1A: hue angle of 125.39º 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 #0ABC1A is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 26 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.26 |
| HSL | 125.39º | 0.9% | 0.39% | - |
| HSV(B) | 125.39º | 0.95% | 0.74% | - |
| XYZ | 18.29 | 36.11 | 6.98 | - |
| YUV | 116.31 | 77.03 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 26 | 0.95 | 0 | 0.86 | 0.26 | 125.39 | 0.9 | 0.39 |
| Hex | A | BC | 1A | 5F | 0 | 56 | 1A | 7D | 5A | 27 |
| Octal | 12 | 274 | 32 | 137 | 0 | 126 | 32 | 175 | 132 | 47 |
| Binary | 1010 | 10111100 | 11010 | 1011111 | 0 | 1010110 | 11010 | 1111101 | 1011010 | 100111 |
Color Harmonies of #0ABC1A
Complementary color
Monochromatic Colors of #0ABC1A
Black with #0ABC1A
Text Example
Text Example
White with #0ABC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC1A; }
p { color: rgb(10,188,26); }
H1.HeaderClassName
{
color: #0ABC1A;
}
.AnyTagClassName
{
color: #0ABC1A;
}
</style>
background-color css
<style>
a { background-color: #0ABC1A; }
a { background-color: rgb(10,188,26); }
div.DivClassName
{
background-color: #0ABC1A;
}
.BgClassName
{
background-color: #0ABC1A;
}
</style>
border-color css
<style>
span { border-color: #0ABC1A; }
span { border-color: rgb(10,188,26); }
td.TdClassName
{
border-color: #0ABC1A;
}
.TagClassName
{
border-color: #0ABC1A;
}
</style>