Shades of Dark Pastel Green #0ACE42
Tints of Dark Pastel Green #0ACE42
RGB
CMYK
RGB Variations
Color information
#0ACE42 (or 0x0ACE42) is known color: Dark Pastel Green. HEX triplet: 0A, CE and 42. RGB value is (10,206,66). Sum of RGB (Red+Green+Blue) = 10+206+66=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE42 is #F531BD. Grayscale: #838383. Windows color (decimal): -16069054 or 4378122. OLE color: 4378122.
HSL color Cylindrical-coordinate representation of color #0ACE42: hue angle of 137.14º 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 #0ACE42 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 66 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.19 |
| HSL | 137.14º | 0.91% | 0.42% | - |
| HSV(B) | 137.14º | 0.95% | 0.81% | - |
| XYZ | 23.18 | 44.6 | 12.54 | - |
| YUV | 131.44 | 91.07 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 66 | 0.95 | 0 | 0.68 | 0.19 | 137.14 | 0.91 | 0.42 |
| Hex | A | CE | 42 | 5F | 0 | 44 | 13 | 89 | 5B | 2A |
| Octal | 12 | 316 | 102 | 137 | 0 | 104 | 23 | 211 | 133 | 52 |
| Binary | 1010 | 11001110 | 1000010 | 1011111 | 0 | 1000100 | 10011 | 10001001 | 1011011 | 101010 |
Color Harmonies of #0ACE42
Complementary color
Monochromatic Colors of #0ACE42
Black with #0ACE42
Text Example
Text Example
White with #0ACE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE42; }
p { color: rgb(10,206,66); }
H1.HeaderClassName
{
color: #0ACE42;
}
.AnyTagClassName
{
color: #0ACE42;
}
</style>
background-color css
<style>
a { background-color: #0ACE42; }
a { background-color: rgb(10,206,66); }
div.DivClassName
{
background-color: #0ACE42;
}
.BgClassName
{
background-color: #0ACE42;
}
</style>
border-color css
<style>
span { border-color: #0ACE42; }
span { border-color: rgb(10,206,66); }
td.TdClassName
{
border-color: #0ACE42;
}
.TagClassName
{
border-color: #0ACE42;
}
</style>