Shades of Dark Pastel Green #0ACE28
Tints of Dark Pastel Green #0ACE28
RGB
CMYK
RGB Variations
Color information
#0ACE28 (or 0x0ACE28) is known color: Dark Pastel Green. HEX triplet: 0A, CE and 28. RGB value is (10,206,40). Sum of RGB (Red+Green+Blue) = 10+206+40=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 206 (80.86% from 255 or 80.47% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE28 is #F531D7. Grayscale: #808080. Windows color (decimal): -16069080 or 2674186. OLE color: 2674186.
HSL color Cylindrical-coordinate representation of color #0ACE28: hue angle of 129.18º 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 #0ACE28 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 40 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.19 |
| HSL | 129.18º | 0.91% | 0.42% | - |
| HSV(B) | 129.18º | 0.95% | 0.81% | - |
| XYZ | 22.58 | 44.36 | 9.38 | - |
| YUV | 128.47 | 78.07 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 40 | 0.95 | 0 | 0.81 | 0.19 | 129.18 | 0.91 | 0.42 |
| Hex | A | CE | 28 | 5F | 0 | 51 | 13 | 81 | 5B | 2A |
| Octal | 12 | 316 | 50 | 137 | 0 | 121 | 23 | 201 | 133 | 52 |
| Binary | 1010 | 11001110 | 101000 | 1011111 | 0 | 1010001 | 10011 | 10000001 | 1011011 | 101010 |
Color Harmonies of #0ACE28
Complementary color
Monochromatic Colors of #0ACE28
Black with #0ACE28
Text Example
Text Example
White with #0ACE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE28; }
p { color: rgb(10,206,40); }
H1.HeaderClassName
{
color: #0ACE28;
}
.AnyTagClassName
{
color: #0ACE28;
}
</style>
background-color css
<style>
a { background-color: #0ACE28; }
a { background-color: rgb(10,206,40); }
div.DivClassName
{
background-color: #0ACE28;
}
.BgClassName
{
background-color: #0ACE28;
}
</style>
border-color css
<style>
span { border-color: #0ACE28; }
span { border-color: rgb(10,206,40); }
td.TdClassName
{
border-color: #0ACE28;
}
.TagClassName
{
border-color: #0ACE28;
}
</style>