Shades of Dark Pastel Green #0ACE19
Tints of Dark Pastel Green #0ACE19
RGB
CMYK
RGB Variations
Color information
#0ACE19 (or 0x0ACE19) is known color: Dark Pastel Green. HEX triplet: 0A, CE and 19. RGB value is (10,206,25). Sum of RGB (Red+Green+Blue) = 10+206+25=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 206 (80.86% from 255 or 85.48% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACE19 is #F531E6. Grayscale: #7F7F7F. Windows color (decimal): -16069095 or 1691146. OLE color: 1691146.
HSL color Cylindrical-coordinate representation of color #0ACE19: hue angle of 124.59º 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 #0ACE19 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 25 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.19 |
| HSL | 124.59º | 0.91% | 0.42% | - |
| HSV(B) | 124.59º | 0.95% | 0.81% | - |
| XYZ | 22.37 | 44.28 | 8.29 | - |
| YUV | 126.76 | 70.57 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 25 | 0.95 | 0 | 0.88 | 0.19 | 124.59 | 0.91 | 0.42 |
| Hex | A | CE | 19 | 5F | 0 | 58 | 13 | 7D | 5B | 2A |
| Octal | 12 | 316 | 31 | 137 | 0 | 130 | 23 | 175 | 133 | 52 |
| Binary | 1010 | 11001110 | 11001 | 1011111 | 0 | 1011000 | 10011 | 1111101 | 1011011 | 101010 |
Color Harmonies of #0ACE19
Complementary color
Monochromatic Colors of #0ACE19
Black with #0ACE19
Text Example
Text Example
White with #0ACE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE19; }
p { color: rgb(10,206,25); }
H1.HeaderClassName
{
color: #0ACE19;
}
.AnyTagClassName
{
color: #0ACE19;
}
</style>
background-color css
<style>
a { background-color: #0ACE19; }
a { background-color: rgb(10,206,25); }
div.DivClassName
{
background-color: #0ACE19;
}
.BgClassName
{
background-color: #0ACE19;
}
</style>
border-color css
<style>
span { border-color: #0ACE19; }
span { border-color: rgb(10,206,25); }
td.TdClassName
{
border-color: #0ACE19;
}
.TagClassName
{
border-color: #0ACE19;
}
</style>