Shades of Dark Pastel Green #0AB642
Tints of Dark Pastel Green #0AB642
RGB
CMYK
RGB Variations
Color information
#0AB642 (or 0x0AB642) is known color: Dark Pastel Green. HEX triplet: 0A, B6 and 42. RGB value is (10,182,66). Sum of RGB (Red+Green+Blue) = 10+182+66=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 182 (71.48% from 255 or 70.54% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB642 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB642 is #F549BD. Grayscale: #757575. Windows color (decimal): -16075198 or 4371978. OLE color: 4371978.
HSL color Cylindrical-coordinate representation of color #0AB642: hue angle of 139.53º 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 #0AB642 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 66 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.29 |
| HSL | 139.53º | 0.9% | 0.38% | - |
| HSV(B) | 139.53º | 0.95% | 0.71% | - |
| XYZ | 17.84 | 33.91 | 10.76 | - |
| YUV | 117.35 | 99.02 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 66 | 0.95 | 0 | 0.64 | 0.29 | 139.53 | 0.9 | 0.38 |
| Hex | A | B6 | 42 | 5F | 0 | 40 | 1D | 8C | 5A | 26 |
| Octal | 12 | 266 | 102 | 137 | 0 | 100 | 35 | 214 | 132 | 46 |
| Binary | 1010 | 10110110 | 1000010 | 1011111 | 0 | 1000000 | 11101 | 10001100 | 1011010 | 100110 |
Color Harmonies of #0AB642
Complementary color
Monochromatic Colors of #0AB642
Black with #0AB642
Text Example
Text Example
White with #0AB642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB642; }
p { color: rgb(10,182,66); }
H1.HeaderClassName
{
color: #0AB642;
}
.AnyTagClassName
{
color: #0AB642;
}
</style>
background-color css
<style>
a { background-color: #0AB642; }
a { background-color: rgb(10,182,66); }
div.DivClassName
{
background-color: #0AB642;
}
.BgClassName
{
background-color: #0AB642;
}
</style>
border-color css
<style>
span { border-color: #0AB642; }
span { border-color: rgb(10,182,66); }
td.TdClassName
{
border-color: #0AB642;
}
.TagClassName
{
border-color: #0AB642;
}
</style>