Shades of Dark Pastel Green #0AB747
Tints of Dark Pastel Green #0AB747
RGB
CMYK
RGB Variations
Color information
#0AB747 (or 0x0AB747) is known color: Dark Pastel Green. HEX triplet: 0A, B7 and 47. RGB value is (10,183,71). Sum of RGB (Red+Green+Blue) = 10+183+71=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 183 (71.88% from 255 or 69.32% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB747 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB747 is #F548B8. Grayscale: #767676. Windows color (decimal): -16074937 or 4699914. OLE color: 4699914.
HSL color Cylindrical-coordinate representation of color #0AB747: hue angle of 141.16º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB747 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 71 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.28 |
| HSL | 141.16º | 0.9% | 0.38% | - |
| HSV(B) | 141.16º | 0.95% | 0.72% | - |
| XYZ | 18.2 | 34.39 | 11.64 | - |
| YUV | 118.51 | 101.19 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 71 | 0.95 | 0 | 0.61 | 0.28 | 141.16 | 0.9 | 0.38 |
| Hex | A | B7 | 47 | 5F | 0 | 3D | 1C | 8D | 5A | 26 |
| Octal | 12 | 267 | 107 | 137 | 0 | 75 | 34 | 215 | 132 | 46 |
| Binary | 1010 | 10110111 | 1000111 | 1011111 | 0 | 111101 | 11100 | 10001101 | 1011010 | 100110 |
Color Harmonies of #0AB747
Complementary color
Monochromatic Colors of #0AB747
Black with #0AB747
Text Example
Text Example
White with #0AB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB747; }
p { color: rgb(10,183,71); }
H1.HeaderClassName
{
color: #0AB747;
}
.AnyTagClassName
{
color: #0AB747;
}
</style>
background-color css
<style>
a { background-color: #0AB747; }
a { background-color: rgb(10,183,71); }
div.DivClassName
{
background-color: #0AB747;
}
.BgClassName
{
background-color: #0AB747;
}
</style>
border-color css
<style>
span { border-color: #0AB747; }
span { border-color: rgb(10,183,71); }
td.TdClassName
{
border-color: #0AB747;
}
.TagClassName
{
border-color: #0AB747;
}
</style>