Shades of Dark Pastel Green #0ABC2B
Tints of Dark Pastel Green #0ABC2B
RGB
CMYK
RGB Variations
Color information
#0ABC2B (or 0x0ABC2B) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 2B. RGB value is (10,188,43). Sum of RGB (Red+Green+Blue) = 10+188+43=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC2B is #F543D4. Grayscale: #767676. Windows color (decimal): -16073685 or 2866186. OLE color: 2866186.
HSL color Cylindrical-coordinate representation of color #0ABC2B: hue angle of 131.12º 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 #0ABC2B is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 43 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.26 |
| HSL | 131.12º | 0.9% | 0.39% | - |
| HSV(B) | 131.12º | 0.95% | 0.74% | - |
| XYZ | 18.54 | 36.21 | 8.3 | - |
| YUV | 118.25 | 85.53 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 43 | 0.95 | 0 | 0.77 | 0.26 | 131.12 | 0.9 | 0.39 |
| Hex | A | BC | 2B | 5F | 0 | 4D | 1A | 83 | 5A | 27 |
| Octal | 12 | 274 | 53 | 137 | 0 | 115 | 32 | 203 | 132 | 47 |
| Binary | 1010 | 10111100 | 101011 | 1011111 | 0 | 1001101 | 11010 | 10000011 | 1011010 | 100111 |
Color Harmonies of #0ABC2B
Complementary color
Monochromatic Colors of #0ABC2B
Black with #0ABC2B
Text Example
Text Example
White with #0ABC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC2B; }
p { color: rgb(10,188,43); }
H1.HeaderClassName
{
color: #0ABC2B;
}
.AnyTagClassName
{
color: #0ABC2B;
}
</style>
background-color css
<style>
a { background-color: #0ABC2B; }
a { background-color: rgb(10,188,43); }
div.DivClassName
{
background-color: #0ABC2B;
}
.BgClassName
{
background-color: #0ABC2B;
}
</style>
border-color css
<style>
span { border-color: #0ABC2B; }
span { border-color: rgb(10,188,43); }
td.TdClassName
{
border-color: #0ABC2B;
}
.TagClassName
{
border-color: #0ABC2B;
}
</style>