Shades of Dark Pastel Green #0AC714
Tints of Dark Pastel Green #0AC714
RGB
CMYK
RGB Variations
Color information
#0AC714 (or 0x0AC714) is known color: Dark Pastel Green. HEX triplet: 0A, C7 and 14. RGB value is (10,199,20). Sum of RGB (Red+Green+Blue) = 10+199+20=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 199 (78.12% from 255 or 86.90% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC714 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC714 is #F538EB. Grayscale: #7A7A7A. Windows color (decimal): -16070892 or 1361674. OLE color: 1361674.
HSL color Cylindrical-coordinate representation of color #0AC714: hue angle of 123.17º 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 #0AC714 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 20 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.22 |
| HSL | 123.17º | 0.9% | 0.41% | - |
| HSV(B) | 123.17º | 0.95% | 0.78% | - |
| XYZ | 20.67 | 40.96 | 7.48 | - |
| YUV | 122.08 | 70.38 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 20 | 0.95 | 0 | 0.90 | 0.22 | 123.17 | 0.9 | 0.41 |
| Hex | A | C7 | 14 | 5F | 0 | 5A | 16 | 7B | 5A | 29 |
| Octal | 12 | 307 | 24 | 137 | 0 | 132 | 26 | 173 | 132 | 51 |
| Binary | 1010 | 11000111 | 10100 | 1011111 | 0 | 1011010 | 10110 | 1111011 | 1011010 | 101001 |
Color Harmonies of #0AC714
Complementary color
Monochromatic Colors of #0AC714
Black with #0AC714
Text Example
Text Example
White with #0AC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC714; }
p { color: rgb(10,199,20); }
H1.HeaderClassName
{
color: #0AC714;
}
.AnyTagClassName
{
color: #0AC714;
}
</style>
background-color css
<style>
a { background-color: #0AC714; }
a { background-color: rgb(10,199,20); }
div.DivClassName
{
background-color: #0AC714;
}
.BgClassName
{
background-color: #0AC714;
}
</style>
border-color css
<style>
span { border-color: #0AC714; }
span { border-color: rgb(10,199,20); }
td.TdClassName
{
border-color: #0AC714;
}
.TagClassName
{
border-color: #0AC714;
}
</style>