Shades of Dark Pastel Green #0AC222
Tints of Dark Pastel Green #0AC222
RGB
CMYK
RGB Variations
Color information
#0AC222 (or 0x0AC222) is known color: Dark Pastel Green. HEX triplet: 0A, C2 and 22. RGB value is (10,194,34). Sum of RGB (Red+Green+Blue) = 10+194+34=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 194 (76.17% from 255 or 81.51% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC222 is #F53DDD. Grayscale: #797979. Windows color (decimal): -16072158 or 2277898. OLE color: 2277898.
HSL color Cylindrical-coordinate representation of color #0AC222: hue angle of 127.83º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC222 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 34 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.24 |
| HSL | 127.83º | 0.9% | 0.4% | - |
| HSV(B) | 127.83º | 0.95% | 0.76% | - |
| XYZ | 19.71 | 38.76 | 7.96 | - |
| YUV | 120.74 | 79.04 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 34 | 0.95 | 0 | 0.82 | 0.24 | 127.83 | 0.9 | 0.4 |
| Hex | A | C2 | 22 | 5F | 0 | 52 | 18 | 80 | 5A | 28 |
| Octal | 12 | 302 | 42 | 137 | 0 | 122 | 30 | 200 | 132 | 50 |
| Binary | 1010 | 11000010 | 100010 | 1011111 | 0 | 1010010 | 11000 | 10000000 | 1011010 | 101000 |
Color Harmonies of #0AC222
Complementary color
Monochromatic Colors of #0AC222
Black with #0AC222
Text Example
Text Example
White with #0AC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC222; }
p { color: rgb(10,194,34); }
H1.HeaderClassName
{
color: #0AC222;
}
.AnyTagClassName
{
color: #0AC222;
}
</style>
background-color css
<style>
a { background-color: #0AC222; }
a { background-color: rgb(10,194,34); }
div.DivClassName
{
background-color: #0AC222;
}
.BgClassName
{
background-color: #0AC222;
}
</style>
border-color css
<style>
span { border-color: #0AC222; }
span { border-color: rgb(10,194,34); }
td.TdClassName
{
border-color: #0AC222;
}
.TagClassName
{
border-color: #0AC222;
}
</style>