Shades of Dark Pastel Green #0ACE22
Tints of Dark Pastel Green #0ACE22
RGB
CMYK
RGB Variations
Color information
#0ACE22 (or 0x0ACE22) is known color: Dark Pastel Green. HEX triplet: 0A, CE and 22. RGB value is (10,206,34). Sum of RGB (Red+Green+Blue) = 10+206+34=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 206 (80.86% from 255 or 82.4% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE22 is #F531DD. Grayscale: #808080. Windows color (decimal): -16069086 or 2280970. OLE color: 2280970.
HSL color Cylindrical-coordinate representation of color #0ACE22: hue angle of 127.35º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACE22 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 34 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.19 |
| HSL | 127.35º | 0.91% | 0.42% | - |
| HSV(B) | 127.35º | 0.95% | 0.81% | - |
| XYZ | 22.49 | 44.32 | 8.88 | - |
| YUV | 127.79 | 75.07 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 34 | 0.95 | 0 | 0.83 | 0.19 | 127.35 | 0.91 | 0.42 |
| Hex | A | CE | 22 | 5F | 0 | 53 | 13 | 7F | 5B | 2A |
| Octal | 12 | 316 | 42 | 137 | 0 | 123 | 23 | 177 | 133 | 52 |
| Binary | 1010 | 11001110 | 100010 | 1011111 | 0 | 1010011 | 10011 | 1111111 | 1011011 | 101010 |
Color Harmonies of #0ACE22
Complementary color
Monochromatic Colors of #0ACE22
Black with #0ACE22
Text Example
Text Example
White with #0ACE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE22; }
p { color: rgb(10,206,34); }
H1.HeaderClassName
{
color: #0ACE22;
}
.AnyTagClassName
{
color: #0ACE22;
}
</style>
background-color css
<style>
a { background-color: #0ACE22; }
a { background-color: rgb(10,206,34); }
div.DivClassName
{
background-color: #0ACE22;
}
.BgClassName
{
background-color: #0ACE22;
}
</style>
border-color css
<style>
span { border-color: #0ACE22; }
span { border-color: rgb(10,206,34); }
td.TdClassName
{
border-color: #0ACE22;
}
.TagClassName
{
border-color: #0ACE22;
}
</style>