Shades of Dark Pastel Green #0AB32B
Tints of Dark Pastel Green #0AB32B
RGB
CMYK
RGB Variations
Color information
#0AB32B (or 0x0AB32B) is known color: Dark Pastel Green. HEX triplet: 0A, B3 and 2B. RGB value is (10,179,43). Sum of RGB (Red+Green+Blue) = 10+179+43=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 179 (70.31% from 255 or 77.16% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 179 - color contains mainly: green. Hex color #0AB32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB32B is #F54CD4. Grayscale: #717171. Windows color (decimal): -16075989 or 2863882. OLE color: 2863882.
HSL color Cylindrical-coordinate representation of color #0AB32B: hue angle of 131.72º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB32B is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 179 | 43 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.30 |
| HSL | 131.72º | 0.89% | 0.37% | - |
| HSV(B) | 131.72º | 0.94% | 0.7% | - |
| XYZ | 16.68 | 32.48 | 7.68 | - |
| YUV | 112.97 | 88.51 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 43 | 0.94 | 0 | 0.76 | 0.30 | 131.72 | 0.89 | 0.37 |
| Hex | A | B3 | 2B | 5E | 0 | 4C | 1E | 84 | 59 | 25 |
| Octal | 12 | 263 | 53 | 136 | 0 | 114 | 36 | 204 | 131 | 45 |
| Binary | 1010 | 10110011 | 101011 | 1011110 | 0 | 1001100 | 11110 | 10000100 | 1011001 | 100101 |
Color Harmonies of #0AB32B
Complementary color
Monochromatic Colors of #0AB32B
Black with #0AB32B
Text Example
Text Example
White with #0AB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB32B; }
p { color: rgb(10,179,43); }
H1.HeaderClassName
{
color: #0AB32B;
}
.AnyTagClassName
{
color: #0AB32B;
}
</style>
background-color css
<style>
a { background-color: #0AB32B; }
a { background-color: rgb(10,179,43); }
div.DivClassName
{
background-color: #0AB32B;
}
.BgClassName
{
background-color: #0AB32B;
}
</style>
border-color css
<style>
span { border-color: #0AB32B; }
span { border-color: rgb(10,179,43); }
td.TdClassName
{
border-color: #0AB32B;
}
.TagClassName
{
border-color: #0AB32B;
}
</style>