Shades of Dark Pastel Green #0AC711
Tints of Dark Pastel Green #0AC711
RGB
CMYK
RGB Variations
Color information
#0AC711 (or 0x0AC711) is known color: Dark Pastel Green. HEX triplet: 0A, C7 and 11. RGB value is (10,199,17). Sum of RGB (Red+Green+Blue) = 10+199+17=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 199 (78.12% from 255 or 88.05% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC711 is #F538EE. Grayscale: #7A7A7A. Windows color (decimal): -16070895 or 1165066. OLE color: 1165066.
HSL color Cylindrical-coordinate representation of color #0AC711: hue angle of 122.22º 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 #0AC711 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 17 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.22 |
| HSL | 122.22º | 0.9% | 0.41% | - |
| HSV(B) | 122.22º | 0.95% | 0.78% | - |
| XYZ | 20.65 | 40.95 | 7.35 | - |
| YUV | 121.74 | 68.88 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 17 | 0.95 | 0 | 0.91 | 0.22 | 122.22 | 0.9 | 0.41 |
| Hex | A | C7 | 11 | 5F | 0 | 5B | 16 | 7A | 5A | 29 |
| Octal | 12 | 307 | 21 | 137 | 0 | 133 | 26 | 172 | 132 | 51 |
| Binary | 1010 | 11000111 | 10001 | 1011111 | 0 | 1011011 | 10110 | 1111010 | 1011010 | 101001 |
Color Harmonies of #0AC711
Complementary color
Monochromatic Colors of #0AC711
Black with #0AC711
Text Example
Text Example
White with #0AC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC711; }
p { color: rgb(10,199,17); }
H1.HeaderClassName
{
color: #0AC711;
}
.AnyTagClassName
{
color: #0AC711;
}
</style>
background-color css
<style>
a { background-color: #0AC711; }
a { background-color: rgb(10,199,17); }
div.DivClassName
{
background-color: #0AC711;
}
.BgClassName
{
background-color: #0AC711;
}
</style>
border-color css
<style>
span { border-color: #0AC711; }
span { border-color: rgb(10,199,17); }
td.TdClassName
{
border-color: #0AC711;
}
.TagClassName
{
border-color: #0AC711;
}
</style>