Shades of Dark Pastel Green #0AC015
Tints of Dark Pastel Green #0AC015
RGB
CMYK
RGB Variations
Color information
#0AC015 (or 0x0AC015) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 15. RGB value is (10,192,21). Sum of RGB (Red+Green+Blue) = 10+192+21=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 192 (75.39% from 255 or 86.10% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC015 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC015 is #F53FEA. Grayscale: #767676. Windows color (decimal): -16072683 or 1425418. OLE color: 1425418.
HSL color Cylindrical-coordinate representation of color #0AC015: hue angle of 123.63º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC015 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 21 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.25 |
| HSL | 123.63º | 0.9% | 0.4% | - |
| HSV(B) | 123.63º | 0.95% | 0.75% | - |
| XYZ | 19.11 | 37.82 | 7 | - |
| YUV | 118.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 21 | 0.95 | 0 | 0.89 | 0.25 | 123.63 | 0.9 | 0.4 |
| Hex | A | C0 | 15 | 5F | 0 | 59 | 19 | 7C | 5A | 28 |
| Octal | 12 | 300 | 25 | 137 | 0 | 131 | 31 | 174 | 132 | 50 |
| Binary | 1010 | 11000000 | 10101 | 1011111 | 0 | 1011001 | 11001 | 1111100 | 1011010 | 101000 |
Color Harmonies of #0AC015
Complementary color
Monochromatic Colors of #0AC015
Black with #0AC015
Text Example
Text Example
White with #0AC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC015; }
p { color: rgb(10,192,21); }
H1.HeaderClassName
{
color: #0AC015;
}
.AnyTagClassName
{
color: #0AC015;
}
</style>
background-color css
<style>
a { background-color: #0AC015; }
a { background-color: rgb(10,192,21); }
div.DivClassName
{
background-color: #0AC015;
}
.BgClassName
{
background-color: #0AC015;
}
</style>
border-color css
<style>
span { border-color: #0AC015; }
span { border-color: rgb(10,192,21); }
td.TdClassName
{
border-color: #0AC015;
}
.TagClassName
{
border-color: #0AC015;
}
</style>