Shades of Dark Pastel Green #0AC814
Tints of Dark Pastel Green #0AC814
RGB
CMYK
RGB Variations
Color information
#0AC814 (or 0x0AC814) is known color: Dark Pastel Green. HEX triplet: 0A, C8 and 14. RGB value is (10,200,20). Sum of RGB (Red+Green+Blue) = 10+200+20=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 200 (78.52% from 255 or 86.96% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC814 is #F537EB. Grayscale: #7B7B7B. Windows color (decimal): -16070636 or 1361930. OLE color: 1361930.
HSL color Cylindrical-coordinate representation of color #0AC814: hue angle of 123.16º 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 #0AC814 is Cyan = 0.95, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 20 | - |
| CMYK | 0.95 | 0 | 0.9 | 0.22 |
| HSL | 123.16º | 0.9% | 0.41% | - |
| HSV(B) | 123.16º | 0.95% | 0.78% | - |
| XYZ | 20.91 | 41.42 | 7.56 | - |
| YUV | 122.67 | 70.05 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 20 | 0.95 | 0 | 0.9 | 0.22 | 123.16 | 0.9 | 0.41 |
| Hex | A | C8 | 14 | 5F | 0 | 5A | 16 | 7B | 5A | 29 |
| Octal | 12 | 310 | 24 | 137 | 0 | 132 | 26 | 173 | 132 | 51 |
| Binary | 1010 | 11001000 | 10100 | 1011111 | 0 | 1011010 | 10110 | 1111011 | 1011010 | 101001 |
Color Harmonies of #0AC814
Complementary color
Monochromatic Colors of #0AC814
Black with #0AC814
Text Example
Text Example
White with #0AC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC814; }
p { color: rgb(10,200,20); }
H1.HeaderClassName
{
color: #0AC814;
}
.AnyTagClassName
{
color: #0AC814;
}
</style>
background-color css
<style>
a { background-color: #0AC814; }
a { background-color: rgb(10,200,20); }
div.DivClassName
{
background-color: #0AC814;
}
.BgClassName
{
background-color: #0AC814;
}
</style>
border-color css
<style>
span { border-color: #0AC814; }
span { border-color: rgb(10,200,20); }
td.TdClassName
{
border-color: #0AC814;
}
.TagClassName
{
border-color: #0AC814;
}
</style>