Shades of Dark Pastel Green #0AB72F
Tints of Dark Pastel Green #0AB72F
RGB
CMYK
RGB Variations
Color information
#0AB72F (or 0x0AB72F) is known color: Dark Pastel Green. HEX triplet: 0A, B7 and 2F. RGB value is (10,183,47). Sum of RGB (Red+Green+Blue) = 10+183+47=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 183 (71.88% from 255 or 76.25% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB72F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB72F is #F548D0. Grayscale: #747474. Windows color (decimal): -16074961 or 3127050. OLE color: 3127050.
HSL color Cylindrical-coordinate representation of color #0AB72F: hue angle of 132.83º 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 #0AB72F is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 47 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.28 |
| HSL | 132.83º | 0.9% | 0.38% | - |
| HSV(B) | 132.83º | 0.95% | 0.72% | - |
| XYZ | 17.57 | 34.14 | 8.35 | - |
| YUV | 115.77 | 89.19 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 47 | 0.95 | 0 | 0.74 | 0.28 | 132.83 | 0.9 | 0.38 |
| Hex | A | B7 | 2F | 5F | 0 | 4A | 1C | 85 | 5A | 26 |
| Octal | 12 | 267 | 57 | 137 | 0 | 112 | 34 | 205 | 132 | 46 |
| Binary | 1010 | 10110111 | 101111 | 1011111 | 0 | 1001010 | 11100 | 10000101 | 1011010 | 100110 |
Color Harmonies of #0AB72F
Complementary color
Monochromatic Colors of #0AB72F
Black with #0AB72F
Text Example
Text Example
White with #0AB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB72F; }
p { color: rgb(10,183,47); }
H1.HeaderClassName
{
color: #0AB72F;
}
.AnyTagClassName
{
color: #0AB72F;
}
</style>
background-color css
<style>
a { background-color: #0AB72F; }
a { background-color: rgb(10,183,47); }
div.DivClassName
{
background-color: #0AB72F;
}
.BgClassName
{
background-color: #0AB72F;
}
</style>
border-color css
<style>
span { border-color: #0AB72F; }
span { border-color: rgb(10,183,47); }
td.TdClassName
{
border-color: #0AB72F;
}
.TagClassName
{
border-color: #0AB72F;
}
</style>