Shades of Dark Pastel Green #0AB73B
Tints of Dark Pastel Green #0AB73B
RGB
CMYK
RGB Variations
Color information
#0AB73B (or 0x0AB73B) is known color: Dark Pastel Green. HEX triplet: 0A, B7 and 3B. RGB value is (10,183,59). Sum of RGB (Red+Green+Blue) = 10+183+59=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 183 (71.88% from 255 or 72.62% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB73B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB73B is #F548C4. Grayscale: #757575. Windows color (decimal): -16074949 or 3913482. OLE color: 3913482.
HSL color Cylindrical-coordinate representation of color #0AB73B: hue angle of 136.99º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB73B is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 59 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.28 |
| HSL | 136.99º | 0.9% | 0.38% | - |
| HSV(B) | 136.99º | 0.95% | 0.72% | - |
| XYZ | 17.85 | 34.25 | 9.81 | - |
| YUV | 117.14 | 95.19 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 59 | 0.95 | 0 | 0.68 | 0.28 | 136.99 | 0.9 | 0.38 |
| Hex | A | B7 | 3B | 5F | 0 | 44 | 1C | 89 | 5A | 26 |
| Octal | 12 | 267 | 73 | 137 | 0 | 104 | 34 | 211 | 132 | 46 |
| Binary | 1010 | 10110111 | 111011 | 1011111 | 0 | 1000100 | 11100 | 10001001 | 1011010 | 100110 |
Color Harmonies of #0AB73B
Complementary color
Monochromatic Colors of #0AB73B
Black with #0AB73B
Text Example
Text Example
White with #0AB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB73B; }
p { color: rgb(10,183,59); }
H1.HeaderClassName
{
color: #0AB73B;
}
.AnyTagClassName
{
color: #0AB73B;
}
</style>
background-color css
<style>
a { background-color: #0AB73B; }
a { background-color: rgb(10,183,59); }
div.DivClassName
{
background-color: #0AB73B;
}
.BgClassName
{
background-color: #0AB73B;
}
</style>
border-color css
<style>
span { border-color: #0AB73B; }
span { border-color: rgb(10,183,59); }
td.TdClassName
{
border-color: #0AB73B;
}
.TagClassName
{
border-color: #0AB73B;
}
</style>