Shades of Dark Pastel Green #0ACE20
Tints of Dark Pastel Green #0ACE20
RGB
CMYK
RGB Variations
Color information
#0ACE20 (or 0x0ACE20) is known color: Dark Pastel Green. HEX triplet: 0A, CE and 20. RGB value is (10,206,32). Sum of RGB (Red+Green+Blue) = 10+206+32=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 206 (80.86% from 255 or 83.06% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE20 is #F531DF. Grayscale: #808080. Windows color (decimal): -16069088 or 2149898. OLE color: 2149898.
HSL color Cylindrical-coordinate representation of color #0ACE20: hue angle of 126.73º 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 #0ACE20 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 32 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.19 |
| HSL | 126.73º | 0.91% | 0.42% | - |
| HSV(B) | 126.73º | 0.95% | 0.81% | - |
| XYZ | 22.46 | 44.31 | 8.74 | - |
| YUV | 127.56 | 74.07 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 32 | 0.95 | 0 | 0.84 | 0.19 | 126.73 | 0.91 | 0.42 |
| Hex | A | CE | 20 | 5F | 0 | 54 | 13 | 7F | 5B | 2A |
| Octal | 12 | 316 | 40 | 137 | 0 | 124 | 23 | 177 | 133 | 52 |
| Binary | 1010 | 11001110 | 100000 | 1011111 | 0 | 1010100 | 10011 | 1111111 | 1011011 | 101010 |
Color Harmonies of #0ACE20
Complementary color
Monochromatic Colors of #0ACE20
Black with #0ACE20
Text Example
Text Example
White with #0ACE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE20; }
p { color: rgb(10,206,32); }
H1.HeaderClassName
{
color: #0ACE20;
}
.AnyTagClassName
{
color: #0ACE20;
}
</style>
background-color css
<style>
a { background-color: #0ACE20; }
a { background-color: rgb(10,206,32); }
div.DivClassName
{
background-color: #0ACE20;
}
.BgClassName
{
background-color: #0ACE20;
}
</style>
border-color css
<style>
span { border-color: #0ACE20; }
span { border-color: rgb(10,206,32); }
td.TdClassName
{
border-color: #0ACE20;
}
.TagClassName
{
border-color: #0ACE20;
}
</style>