Shades of Dark Pastel Green #0AC747
Tints of Dark Pastel Green #0AC747
RGB
CMYK
RGB Variations
Color information
#0AC747 (or 0x0AC747) is known color: Dark Pastel Green. HEX triplet: 0A, C7 and 47. RGB value is (10,199,71). Sum of RGB (Red+Green+Blue) = 10+199+71=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 199 (78.12% from 255 or 71.07% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC747 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC747 is #F538B8. Grayscale: #808080. Windows color (decimal): -16070841 or 4704010. OLE color: 4704010.
HSL color Cylindrical-coordinate representation of color #0AC747: hue angle of 139.37º 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 #0AC747 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 71 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.22 |
| HSL | 139.37º | 0.9% | 0.41% | - |
| HSV(B) | 139.37º | 0.95% | 0.78% | - |
| XYZ | 21.69 | 41.37 | 12.8 | - |
| YUV | 127.9 | 95.88 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 71 | 0.95 | 0 | 0.64 | 0.22 | 139.37 | 0.9 | 0.41 |
| Hex | A | C7 | 47 | 5F | 0 | 40 | 16 | 8B | 5A | 29 |
| Octal | 12 | 307 | 107 | 137 | 0 | 100 | 26 | 213 | 132 | 51 |
| Binary | 1010 | 11000111 | 1000111 | 1011111 | 0 | 1000000 | 10110 | 10001011 | 1011010 | 101001 |
Color Harmonies of #0AC747
Complementary color
Monochromatic Colors of #0AC747
Black with #0AC747
Text Example
Text Example
White with #0AC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC747; }
p { color: rgb(10,199,71); }
H1.HeaderClassName
{
color: #0AC747;
}
.AnyTagClassName
{
color: #0AC747;
}
</style>
background-color css
<style>
a { background-color: #0AC747; }
a { background-color: rgb(10,199,71); }
div.DivClassName
{
background-color: #0AC747;
}
.BgClassName
{
background-color: #0AC747;
}
</style>
border-color css
<style>
span { border-color: #0AC747; }
span { border-color: rgb(10,199,71); }
td.TdClassName
{
border-color: #0AC747;
}
.TagClassName
{
border-color: #0AC747;
}
</style>