Shades of Dark Pastel Green #0AC221
Tints of Dark Pastel Green #0AC221
RGB
CMYK
RGB Variations
Color information
#0AC221 (or 0x0AC221) is known color: Dark Pastel Green. HEX triplet: 0A, C2 and 21. RGB value is (10,194,33). Sum of RGB (Red+Green+Blue) = 10+194+33=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 194 (76.17% from 255 or 81.86% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC221 is #F53DDE. Grayscale: #797979. Windows color (decimal): -16072159 or 2212362. OLE color: 2212362.
HSL color Cylindrical-coordinate representation of color #0AC221: hue angle of 127.5º 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 #0AC221 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 33 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.24 |
| HSL | 127.5º | 0.9% | 0.4% | - |
| HSV(B) | 127.5º | 0.95% | 0.76% | - |
| XYZ | 19.69 | 38.76 | 7.88 | - |
| YUV | 120.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 33 | 0.95 | 0 | 0.83 | 0.24 | 127.5 | 0.9 | 0.4 |
| Hex | A | C2 | 21 | 5F | 0 | 53 | 18 | 80 | 5A | 28 |
| Octal | 12 | 302 | 41 | 137 | 0 | 123 | 30 | 200 | 132 | 50 |
| Binary | 1010 | 11000010 | 100001 | 1011111 | 0 | 1010011 | 11000 | 10000000 | 1011010 | 101000 |
Color Harmonies of #0AC221
Complementary color
Monochromatic Colors of #0AC221
Black with #0AC221
Text Example
Text Example
White with #0AC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC221; }
p { color: rgb(10,194,33); }
H1.HeaderClassName
{
color: #0AC221;
}
.AnyTagClassName
{
color: #0AC221;
}
</style>
background-color css
<style>
a { background-color: #0AC221; }
a { background-color: rgb(10,194,33); }
div.DivClassName
{
background-color: #0AC221;
}
.BgClassName
{
background-color: #0AC221;
}
</style>
border-color css
<style>
span { border-color: #0AC221; }
span { border-color: rgb(10,194,33); }
td.TdClassName
{
border-color: #0AC221;
}
.TagClassName
{
border-color: #0AC221;
}
</style>