Shades of Dark Pastel Green #0AB647
Tints of Dark Pastel Green #0AB647
RGB
CMYK
RGB Variations
Color information
#0AB647 (or 0x0AB647) is known color: Dark Pastel Green. HEX triplet: 0A, B6 and 47. RGB value is (10,182,71). Sum of RGB (Red+Green+Blue) = 10+182+71=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 182 (71.48% from 255 or 69.20% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB647 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB647 is #F549B8. Grayscale: #767676. Windows color (decimal): -16075193 or 4699658. OLE color: 4699658.
HSL color Cylindrical-coordinate representation of color #0AB647: hue angle of 141.28º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB647 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 71 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.29 |
| HSL | 141.28º | 0.9% | 0.38% | - |
| HSV(B) | 141.28º | 0.95% | 0.71% | - |
| XYZ | 17.99 | 33.98 | 11.57 | - |
| YUV | 117.92 | 101.52 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 71 | 0.95 | 0 | 0.61 | 0.29 | 141.28 | 0.9 | 0.38 |
| Hex | A | B6 | 47 | 5F | 0 | 3D | 1D | 8D | 5A | 26 |
| Octal | 12 | 266 | 107 | 137 | 0 | 75 | 35 | 215 | 132 | 46 |
| Binary | 1010 | 10110110 | 1000111 | 1011111 | 0 | 111101 | 11101 | 10001101 | 1011010 | 100110 |
Color Harmonies of #0AB647
Complementary color
Monochromatic Colors of #0AB647
Black with #0AB647
Text Example
Text Example
White with #0AB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB647; }
p { color: rgb(10,182,71); }
H1.HeaderClassName
{
color: #0AB647;
}
.AnyTagClassName
{
color: #0AB647;
}
</style>
background-color css
<style>
a { background-color: #0AB647; }
a { background-color: rgb(10,182,71); }
div.DivClassName
{
background-color: #0AB647;
}
.BgClassName
{
background-color: #0AB647;
}
</style>
border-color css
<style>
span { border-color: #0AB647; }
span { border-color: rgb(10,182,71); }
td.TdClassName
{
border-color: #0AB647;
}
.TagClassName
{
border-color: #0AB647;
}
</style>