Shades of Dark Pastel Green #0ACE26
Tints of Dark Pastel Green #0ACE26
RGB
CMYK
RGB Variations
Color information
#0ACE26 (or 0x0ACE26) is known color: Dark Pastel Green. HEX triplet: 0A, CE and 26. RGB value is (10,206,38). Sum of RGB (Red+Green+Blue) = 10+206+38=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 206 (80.86% from 255 or 81.10% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE26 is #F531D9. Grayscale: #808080. Windows color (decimal): -16069082 or 2543114. OLE color: 2543114.
HSL color Cylindrical-coordinate representation of color #0ACE26: hue angle of 128.57º 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 #0ACE26 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 38 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.19 |
| HSL | 128.57º | 0.91% | 0.42% | - |
| HSV(B) | 128.57º | 0.95% | 0.81% | - |
| XYZ | 22.55 | 44.35 | 9.21 | - |
| YUV | 128.24 | 77.07 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 38 | 0.95 | 0 | 0.82 | 0.19 | 128.57 | 0.91 | 0.42 |
| Hex | A | CE | 26 | 5F | 0 | 52 | 13 | 81 | 5B | 2A |
| Octal | 12 | 316 | 46 | 137 | 0 | 122 | 23 | 201 | 133 | 52 |
| Binary | 1010 | 11001110 | 100110 | 1011111 | 0 | 1010010 | 10011 | 10000001 | 1011011 | 101010 |
Color Harmonies of #0ACE26
Complementary color
Monochromatic Colors of #0ACE26
Black with #0ACE26
Text Example
Text Example
White with #0ACE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE26; }
p { color: rgb(10,206,38); }
H1.HeaderClassName
{
color: #0ACE26;
}
.AnyTagClassName
{
color: #0ACE26;
}
</style>
background-color css
<style>
a { background-color: #0ACE26; }
a { background-color: rgb(10,206,38); }
div.DivClassName
{
background-color: #0ACE26;
}
.BgClassName
{
background-color: #0ACE26;
}
</style>
border-color css
<style>
span { border-color: #0ACE26; }
span { border-color: rgb(10,206,38); }
td.TdClassName
{
border-color: #0ACE26;
}
.TagClassName
{
border-color: #0ACE26;
}
</style>