Shades of Dark Pastel Green #0ABC28
Tints of Dark Pastel Green #0ABC28
RGB
CMYK
RGB Variations
Color information
#0ABC28 (or 0x0ABC28) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 28. RGB value is (10,188,40). Sum of RGB (Red+Green+Blue) = 10+188+40=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC28 is #F543D7. Grayscale: #767676. Windows color (decimal): -16073688 or 2669578. OLE color: 2669578.
HSL color Cylindrical-coordinate representation of color #0ABC28: hue angle of 130.11º 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 #0ABC28 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 40 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.26 |
| HSL | 130.11º | 0.9% | 0.39% | - |
| HSV(B) | 130.11º | 0.95% | 0.74% | - |
| XYZ | 18.49 | 36.18 | 8.02 | - |
| YUV | 117.91 | 84.03 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 40 | 0.95 | 0 | 0.79 | 0.26 | 130.11 | 0.9 | 0.39 |
| Hex | A | BC | 28 | 5F | 0 | 4F | 1A | 82 | 5A | 27 |
| Octal | 12 | 274 | 50 | 137 | 0 | 117 | 32 | 202 | 132 | 47 |
| Binary | 1010 | 10111100 | 101000 | 1011111 | 0 | 1001111 | 11010 | 10000010 | 1011010 | 100111 |
Color Harmonies of #0ABC28
Complementary color
Monochromatic Colors of #0ABC28
Black with #0ABC28
Text Example
Text Example
White with #0ABC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC28; }
p { color: rgb(10,188,40); }
H1.HeaderClassName
{
color: #0ABC28;
}
.AnyTagClassName
{
color: #0ABC28;
}
</style>
background-color css
<style>
a { background-color: #0ABC28; }
a { background-color: rgb(10,188,40); }
div.DivClassName
{
background-color: #0ABC28;
}
.BgClassName
{
background-color: #0ABC28;
}
</style>
border-color css
<style>
span { border-color: #0ABC28; }
span { border-color: rgb(10,188,40); }
td.TdClassName
{
border-color: #0ABC28;
}
.TagClassName
{
border-color: #0ABC28;
}
</style>