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