Shades of Dark Pastel Green #0AB644
Tints of Dark Pastel Green #0AB644
RGB
CMYK
RGB Variations
Color information
#0AB644 (or 0x0AB644) is known color: Dark Pastel Green. HEX triplet: 0A, B6 and 44. RGB value is (10,182,68). Sum of RGB (Red+Green+Blue) = 10+182+68=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 182 (71.48% from 255 or 70% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB644 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB644 is #F549BB. Grayscale: #757575. Windows color (decimal): -16075196 or 4503050. OLE color: 4503050.
HSL color Cylindrical-coordinate representation of color #0AB644: hue angle of 140.23º 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 #0AB644 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 68 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.29 |
| HSL | 140.23º | 0.9% | 0.38% | - |
| HSV(B) | 140.23º | 0.95% | 0.71% | - |
| XYZ | 17.9 | 33.94 | 11.08 | - |
| YUV | 117.58 | 100.02 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 68 | 0.95 | 0 | 0.63 | 0.29 | 140.23 | 0.9 | 0.38 |
| Hex | A | B6 | 44 | 5F | 0 | 3F | 1D | 8C | 5A | 26 |
| Octal | 12 | 266 | 104 | 137 | 0 | 77 | 35 | 214 | 132 | 46 |
| Binary | 1010 | 10110110 | 1000100 | 1011111 | 0 | 111111 | 11101 | 10001100 | 1011010 | 100110 |
Color Harmonies of #0AB644
Complementary color
Monochromatic Colors of #0AB644
Black with #0AB644
Text Example
Text Example
White with #0AB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB644; }
p { color: rgb(10,182,68); }
H1.HeaderClassName
{
color: #0AB644;
}
.AnyTagClassName
{
color: #0AB644;
}
</style>
background-color css
<style>
a { background-color: #0AB644; }
a { background-color: rgb(10,182,68); }
div.DivClassName
{
background-color: #0AB644;
}
.BgClassName
{
background-color: #0AB644;
}
</style>
border-color css
<style>
span { border-color: #0AB644; }
span { border-color: rgb(10,182,68); }
td.TdClassName
{
border-color: #0AB644;
}
.TagClassName
{
border-color: #0AB644;
}
</style>