Shades of Dark Pastel Green #0ABC22
Tints of Dark Pastel Green #0ABC22
RGB
CMYK
RGB Variations
Color information
#0ABC22 (or 0x0ABC22) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 22. RGB value is (10,188,34). Sum of RGB (Red+Green+Blue) = 10+188+34=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC22 is #F543DD. Grayscale: #757575. Windows color (decimal): -16073694 or 2276362. OLE color: 2276362.
HSL color Cylindrical-coordinate representation of color #0ABC22: hue angle of 128.09º 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 #0ABC22 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 34 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.26 |
| HSL | 128.09º | 0.9% | 0.39% | - |
| HSV(B) | 128.09º | 0.95% | 0.74% | - |
| XYZ | 18.4 | 36.15 | 7.52 | - |
| YUV | 117.22 | 81.03 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 34 | 0.95 | 0 | 0.82 | 0.26 | 128.09 | 0.9 | 0.39 |
| Hex | A | BC | 22 | 5F | 0 | 52 | 1A | 80 | 5A | 27 |
| Octal | 12 | 274 | 42 | 137 | 0 | 122 | 32 | 200 | 132 | 47 |
| Binary | 1010 | 10111100 | 100010 | 1011111 | 0 | 1010010 | 11010 | 10000000 | 1011010 | 100111 |
Color Harmonies of #0ABC22
Complementary color
Monochromatic Colors of #0ABC22
Black with #0ABC22
Text Example
Text Example
White with #0ABC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC22; }
p { color: rgb(10,188,34); }
H1.HeaderClassName
{
color: #0ABC22;
}
.AnyTagClassName
{
color: #0ABC22;
}
</style>
background-color css
<style>
a { background-color: #0ABC22; }
a { background-color: rgb(10,188,34); }
div.DivClassName
{
background-color: #0ABC22;
}
.BgClassName
{
background-color: #0ABC22;
}
</style>
border-color css
<style>
span { border-color: #0ABC22; }
span { border-color: rgb(10,188,34); }
td.TdClassName
{
border-color: #0ABC22;
}
.TagClassName
{
border-color: #0ABC22;
}
</style>