Shades of Dark Pastel Green #0AC614
Tints of Dark Pastel Green #0AC614
RGB
CMYK
RGB Variations
Color information
#0AC614 (or 0x0AC614) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 14. RGB value is (10,198,20). Sum of RGB (Red+Green+Blue) = 10+198+20=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 198 (77.73% from 255 or 86.84% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC614 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC614 is #F539EB. Grayscale: #7A7A7A. Windows color (decimal): -16071148 or 1361418. OLE color: 1361418.
HSL color Cylindrical-coordinate representation of color #0AC614: hue angle of 123.19º 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 #0AC614 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 20 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.22 |
| HSL | 123.19º | 0.9% | 0.41% | - |
| HSV(B) | 123.19º | 0.95% | 0.78% | - |
| XYZ | 20.45 | 40.5 | 7.4 | - |
| YUV | 121.5 | 70.72 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 20 | 0.95 | 0 | 0.90 | 0.22 | 123.19 | 0.9 | 0.41 |
| Hex | A | C6 | 14 | 5F | 0 | 5A | 16 | 7B | 5A | 29 |
| Octal | 12 | 306 | 24 | 137 | 0 | 132 | 26 | 173 | 132 | 51 |
| Binary | 1010 | 11000110 | 10100 | 1011111 | 0 | 1011010 | 10110 | 1111011 | 1011010 | 101001 |
Color Harmonies of #0AC614
Complementary color
Monochromatic Colors of #0AC614
Black with #0AC614
Text Example
Text Example
White with #0AC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC614; }
p { color: rgb(10,198,20); }
H1.HeaderClassName
{
color: #0AC614;
}
.AnyTagClassName
{
color: #0AC614;
}
</style>
background-color css
<style>
a { background-color: #0AC614; }
a { background-color: rgb(10,198,20); }
div.DivClassName
{
background-color: #0AC614;
}
.BgClassName
{
background-color: #0AC614;
}
</style>
border-color css
<style>
span { border-color: #0AC614; }
span { border-color: rgb(10,198,20); }
td.TdClassName
{
border-color: #0AC614;
}
.TagClassName
{
border-color: #0AC614;
}
</style>