Shades of Dark Pastel Green #0AC617
Tints of Dark Pastel Green #0AC617
RGB
CMYK
RGB Variations
Color information
#0AC617 (or 0x0AC617) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 17. RGB value is (10,198,23). Sum of RGB (Red+Green+Blue) = 10+198+23=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 198 (77.73% from 255 or 85.71% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC617 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC617 is #F539E8. Grayscale: #7A7A7A. Windows color (decimal): -16071145 or 1558026. OLE color: 1558026.
HSL color Cylindrical-coordinate representation of color #0AC617: hue angle of 124.15º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC617 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 23 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.22 |
| HSL | 124.15º | 0.9% | 0.41% | - |
| HSV(B) | 124.15º | 0.95% | 0.78% | - |
| XYZ | 20.47 | 40.51 | 7.55 | - |
| YUV | 121.84 | 72.22 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 23 | 0.95 | 0 | 0.88 | 0.22 | 124.15 | 0.9 | 0.41 |
| Hex | A | C6 | 17 | 5F | 0 | 58 | 16 | 7C | 5A | 29 |
| Octal | 12 | 306 | 27 | 137 | 0 | 130 | 26 | 174 | 132 | 51 |
| Binary | 1010 | 11000110 | 10111 | 1011111 | 0 | 1011000 | 10110 | 1111100 | 1011010 | 101001 |
Color Harmonies of #0AC617
Complementary color
Monochromatic Colors of #0AC617
Black with #0AC617
Text Example
Text Example
White with #0AC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC617; }
p { color: rgb(10,198,23); }
H1.HeaderClassName
{
color: #0AC617;
}
.AnyTagClassName
{
color: #0AC617;
}
</style>
background-color css
<style>
a { background-color: #0AC617; }
a { background-color: rgb(10,198,23); }
div.DivClassName
{
background-color: #0AC617;
}
.BgClassName
{
background-color: #0AC617;
}
</style>
border-color css
<style>
span { border-color: #0AC617; }
span { border-color: rgb(10,198,23); }
td.TdClassName
{
border-color: #0AC617;
}
.TagClassName
{
border-color: #0AC617;
}
</style>