Shades of Dark Pastel Green #0AC14D
Tints of Dark Pastel Green #0AC14D
RGB
CMYK
RGB Variations
Color information
#0AC14D (or 0x0AC14D) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 4D. RGB value is (10,193,77). Sum of RGB (Red+Green+Blue) = 10+193+77=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC14D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC14D is #F53EB2. Grayscale: #7D7D7D. Windows color (decimal): -16072371 or 5095690. OLE color: 5095690.
HSL color Cylindrical-coordinate representation of color #0AC14D: hue angle of 141.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC14D is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 77 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.24 |
| HSL | 141.97º | 0.9% | 0.4% | - |
| HSV(B) | 141.97º | 0.95% | 0.76% | - |
| XYZ | 20.53 | 38.74 | 13.42 | - |
| YUV | 125.06 | 100.87 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 77 | 0.95 | 0 | 0.60 | 0.24 | 141.97 | 0.9 | 0.4 |
| Hex | A | C1 | 4D | 5F | 0 | 3C | 18 | 8E | 5A | 28 |
| Octal | 12 | 301 | 115 | 137 | 0 | 74 | 30 | 216 | 132 | 50 |
| Binary | 1010 | 11000001 | 1001101 | 1011111 | 0 | 111100 | 11000 | 10001110 | 1011010 | 101000 |
Color Harmonies of #0AC14D
Complementary color
Monochromatic Colors of #0AC14D
Black with #0AC14D
Text Example
Text Example
White with #0AC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC14D; }
p { color: rgb(10,193,77); }
H1.HeaderClassName
{
color: #0AC14D;
}
.AnyTagClassName
{
color: #0AC14D;
}
</style>
background-color css
<style>
a { background-color: #0AC14D; }
a { background-color: rgb(10,193,77); }
div.DivClassName
{
background-color: #0AC14D;
}
.BgClassName
{
background-color: #0AC14D;
}
</style>
border-color css
<style>
span { border-color: #0AC14D; }
span { border-color: rgb(10,193,77); }
td.TdClassName
{
border-color: #0AC14D;
}
.TagClassName
{
border-color: #0AC14D;
}
</style>