Shades of Dark Pastel Green #0AC022
Tints of Dark Pastel Green #0AC022
RGB
CMYK
RGB Variations
Color information
#0AC022 (or 0x0AC022) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 22. RGB value is (10,192,34). Sum of RGB (Red+Green+Blue) = 10+192+34=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 192 (75.39% from 255 or 81.36% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC022 is #F53FDD. Grayscale: #787878. Windows color (decimal): -16072670 or 2277386. OLE color: 2277386.
HSL color Cylindrical-coordinate representation of color #0AC022: hue angle of 127.91º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC022 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 34 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.25 |
| HSL | 127.91º | 0.9% | 0.4% | - |
| HSV(B) | 127.91º | 0.95% | 0.75% | - |
| XYZ | 19.26 | 37.88 | 7.81 | - |
| YUV | 119.57 | 79.7 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 34 | 0.95 | 0 | 0.82 | 0.25 | 127.91 | 0.9 | 0.4 |
| Hex | A | C0 | 22 | 5F | 0 | 52 | 19 | 80 | 5A | 28 |
| Octal | 12 | 300 | 42 | 137 | 0 | 122 | 31 | 200 | 132 | 50 |
| Binary | 1010 | 11000000 | 100010 | 1011111 | 0 | 1010010 | 11001 | 10000000 | 1011010 | 101000 |
Color Harmonies of #0AC022
Complementary color
Monochromatic Colors of #0AC022
Black with #0AC022
Text Example
Text Example
White with #0AC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC022; }
p { color: rgb(10,192,34); }
H1.HeaderClassName
{
color: #0AC022;
}
.AnyTagClassName
{
color: #0AC022;
}
</style>
background-color css
<style>
a { background-color: #0AC022; }
a { background-color: rgb(10,192,34); }
div.DivClassName
{
background-color: #0AC022;
}
.BgClassName
{
background-color: #0AC022;
}
</style>
border-color css
<style>
span { border-color: #0AC022; }
span { border-color: rgb(10,192,34); }
td.TdClassName
{
border-color: #0AC022;
}
.TagClassName
{
border-color: #0AC022;
}
</style>