Shades of Dark Pastel Green #0AB649
Tints of Dark Pastel Green #0AB649
RGB
CMYK
RGB Variations
Color information
#0AB649 (or 0x0AB649) is known color: Dark Pastel Green. HEX triplet: 0A, B6 and 49. RGB value is (10,182,73). Sum of RGB (Red+Green+Blue) = 10+182+73=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 182 (71.48% from 255 or 68.68% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB649 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB649 is #F549B6. Grayscale: #767676. Windows color (decimal): -16075191 or 4830730. OLE color: 4830730.
HSL color Cylindrical-coordinate representation of color #0AB649: hue angle of 141.98º 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 #0AB649 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 73 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.29 |
| HSL | 141.98º | 0.9% | 0.38% | - |
| HSV(B) | 141.98º | 0.95% | 0.71% | - |
| XYZ | 18.06 | 34 | 11.91 | - |
| YUV | 118.15 | 102.52 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 73 | 0.95 | 0 | 0.60 | 0.29 | 141.98 | 0.9 | 0.38 |
| Hex | A | B6 | 49 | 5F | 0 | 3C | 1D | 8E | 5A | 26 |
| Octal | 12 | 266 | 111 | 137 | 0 | 74 | 35 | 216 | 132 | 46 |
| Binary | 1010 | 10110110 | 1001001 | 1011111 | 0 | 111100 | 11101 | 10001110 | 1011010 | 100110 |
Color Harmonies of #0AB649
Complementary color
Monochromatic Colors of #0AB649
Black with #0AB649
Text Example
Text Example
White with #0AB649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB649; }
p { color: rgb(10,182,73); }
H1.HeaderClassName
{
color: #0AB649;
}
.AnyTagClassName
{
color: #0AB649;
}
</style>
background-color css
<style>
a { background-color: #0AB649; }
a { background-color: rgb(10,182,73); }
div.DivClassName
{
background-color: #0AB649;
}
.BgClassName
{
background-color: #0AB649;
}
</style>
border-color css
<style>
span { border-color: #0AB649; }
span { border-color: rgb(10,182,73); }
td.TdClassName
{
border-color: #0AB649;
}
.TagClassName
{
border-color: #0AB649;
}
</style>