Shades of Dark Pastel Green #0AC518
Tints of Dark Pastel Green #0AC518
RGB
CMYK
RGB Variations
Color information
#0AC518 (or 0x0AC518) is known color: Dark Pastel Green. HEX triplet: 0A, C5 and 18. RGB value is (10,197,24). Sum of RGB (Red+Green+Blue) = 10+197+24=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 197 (77.34% from 255 or 85.28% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC518 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC518 is #F53AE7. Grayscale: #797979. Windows color (decimal): -16071400 or 1623306. OLE color: 1623306.
HSL color Cylindrical-coordinate representation of color #0AC518: hue angle of 124.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC518 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 24 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.23 |
| HSL | 124.49º | 0.9% | 0.41% | - |
| HSV(B) | 124.49º | 0.95% | 0.77% | - |
| XYZ | 20.26 | 40.06 | 7.53 | - |
| YUV | 121.37 | 73.05 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 24 | 0.95 | 0 | 0.88 | 0.23 | 124.49 | 0.9 | 0.41 |
| Hex | A | C5 | 18 | 5F | 0 | 58 | 17 | 7C | 5A | 29 |
| Octal | 12 | 305 | 30 | 137 | 0 | 130 | 27 | 174 | 132 | 51 |
| Binary | 1010 | 11000101 | 11000 | 1011111 | 0 | 1011000 | 10111 | 1111100 | 1011010 | 101001 |
Color Harmonies of #0AC518
Complementary color
Monochromatic Colors of #0AC518
Black with #0AC518
Text Example
Text Example
White with #0AC518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC518; }
p { color: rgb(10,197,24); }
H1.HeaderClassName
{
color: #0AC518;
}
.AnyTagClassName
{
color: #0AC518;
}
</style>
background-color css
<style>
a { background-color: #0AC518; }
a { background-color: rgb(10,197,24); }
div.DivClassName
{
background-color: #0AC518;
}
.BgClassName
{
background-color: #0AC518;
}
</style>
border-color css
<style>
span { border-color: #0AC518; }
span { border-color: rgb(10,197,24); }
td.TdClassName
{
border-color: #0AC518;
}
.TagClassName
{
border-color: #0AC518;
}
</style>