Shades of Dark Pastel Green #0AB62F
Tints of Dark Pastel Green #0AB62F
RGB
CMYK
RGB Variations
Color information
#0AB62F (or 0x0AB62F) is known color: Dark Pastel Green. HEX triplet: 0A, B6 and 2F. RGB value is (10,182,47). Sum of RGB (Red+Green+Blue) = 10+182+47=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 182 (71.48% from 255 or 76.15% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB62F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB62F is #F549D0. Grayscale: #737373. Windows color (decimal): -16075217 or 3126794. OLE color: 3126794.
HSL color Cylindrical-coordinate representation of color #0AB62F: hue angle of 132.91º 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 #0AB62F is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 47 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.29 |
| HSL | 132.91º | 0.9% | 0.38% | - |
| HSV(B) | 132.91º | 0.95% | 0.71% | - |
| XYZ | 17.37 | 33.73 | 8.28 | - |
| YUV | 115.18 | 89.52 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 47 | 0.95 | 0 | 0.74 | 0.29 | 132.91 | 0.9 | 0.38 |
| Hex | A | B6 | 2F | 5F | 0 | 4A | 1D | 85 | 5A | 26 |
| Octal | 12 | 266 | 57 | 137 | 0 | 112 | 35 | 205 | 132 | 46 |
| Binary | 1010 | 10110110 | 101111 | 1011111 | 0 | 1001010 | 11101 | 10000101 | 1011010 | 100110 |
Color Harmonies of #0AB62F
Complementary color
Monochromatic Colors of #0AB62F
Black with #0AB62F
Text Example
Text Example
White with #0AB62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB62F; }
p { color: rgb(10,182,47); }
H1.HeaderClassName
{
color: #0AB62F;
}
.AnyTagClassName
{
color: #0AB62F;
}
</style>
background-color css
<style>
a { background-color: #0AB62F; }
a { background-color: rgb(10,182,47); }
div.DivClassName
{
background-color: #0AB62F;
}
.BgClassName
{
background-color: #0AB62F;
}
</style>
border-color css
<style>
span { border-color: #0AB62F; }
span { border-color: rgb(10,182,47); }
td.TdClassName
{
border-color: #0AB62F;
}
.TagClassName
{
border-color: #0AB62F;
}
</style>