Shades of Dark Pastel Green #0ACE23
Tints of Dark Pastel Green #0ACE23
RGB
CMYK
RGB Variations
Color information
#0ACE23 (or 0x0ACE23) is known color: Dark Pastel Green. HEX triplet: 0A, CE and 23. RGB value is (10,206,35). Sum of RGB (Red+Green+Blue) = 10+206+35=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 206 (80.86% from 255 or 82.07% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE23 is #F531DC. Grayscale: #808080. Windows color (decimal): -16069085 or 2346506. OLE color: 2346506.
HSL color Cylindrical-coordinate representation of color #0ACE23: hue angle of 127.65º 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 #0ACE23 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 35 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.19 |
| HSL | 127.65º | 0.91% | 0.42% | - |
| HSV(B) | 127.65º | 0.95% | 0.81% | - |
| XYZ | 22.5 | 44.33 | 8.96 | - |
| YUV | 127.9 | 75.57 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 35 | 0.95 | 0 | 0.83 | 0.19 | 127.65 | 0.91 | 0.42 |
| Hex | A | CE | 23 | 5F | 0 | 53 | 13 | 80 | 5B | 2A |
| Octal | 12 | 316 | 43 | 137 | 0 | 123 | 23 | 200 | 133 | 52 |
| Binary | 1010 | 11001110 | 100011 | 1011111 | 0 | 1010011 | 10011 | 10000000 | 1011011 | 101010 |
Color Harmonies of #0ACE23
Complementary color
Monochromatic Colors of #0ACE23
Black with #0ACE23
Text Example
Text Example
White with #0ACE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE23; }
p { color: rgb(10,206,35); }
H1.HeaderClassName
{
color: #0ACE23;
}
.AnyTagClassName
{
color: #0ACE23;
}
</style>
background-color css
<style>
a { background-color: #0ACE23; }
a { background-color: rgb(10,206,35); }
div.DivClassName
{
background-color: #0ACE23;
}
.BgClassName
{
background-color: #0ACE23;
}
</style>
border-color css
<style>
span { border-color: #0ACE23; }
span { border-color: rgb(10,206,35); }
td.TdClassName
{
border-color: #0ACE23;
}
.TagClassName
{
border-color: #0ACE23;
}
</style>