Shades of Dark Pastel Green #0ABC26
Tints of Dark Pastel Green #0ABC26
RGB
CMYK
RGB Variations
Color information
#0ABC26 (or 0x0ABC26) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 26. RGB value is (10,188,38). Sum of RGB (Red+Green+Blue) = 10+188+38=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC26 is #F543D9. Grayscale: #767676. Windows color (decimal): -16073690 or 2538506. OLE color: 2538506.
HSL color Cylindrical-coordinate representation of color #0ABC26: hue angle of 129.44º 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 #0ABC26 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 38 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.26 |
| HSL | 129.44º | 0.9% | 0.39% | - |
| HSV(B) | 129.44º | 0.95% | 0.74% | - |
| XYZ | 18.46 | 36.17 | 7.84 | - |
| YUV | 117.68 | 83.03 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 38 | 0.95 | 0 | 0.80 | 0.26 | 129.44 | 0.9 | 0.39 |
| Hex | A | BC | 26 | 5F | 0 | 50 | 1A | 81 | 5A | 27 |
| Octal | 12 | 274 | 46 | 137 | 0 | 120 | 32 | 201 | 132 | 47 |
| Binary | 1010 | 10111100 | 100110 | 1011111 | 0 | 1010000 | 11010 | 10000001 | 1011010 | 100111 |
Color Harmonies of #0ABC26
Complementary color
Monochromatic Colors of #0ABC26
Black with #0ABC26
Text Example
Text Example
White with #0ABC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC26; }
p { color: rgb(10,188,38); }
H1.HeaderClassName
{
color: #0ABC26;
}
.AnyTagClassName
{
color: #0ABC26;
}
</style>
background-color css
<style>
a { background-color: #0ABC26; }
a { background-color: rgb(10,188,38); }
div.DivClassName
{
background-color: #0ABC26;
}
.BgClassName
{
background-color: #0ABC26;
}
</style>
border-color css
<style>
span { border-color: #0ABC26; }
span { border-color: rgb(10,188,38); }
td.TdClassName
{
border-color: #0ABC26;
}
.TagClassName
{
border-color: #0ABC26;
}
</style>