Shades of Dark Pastel Green #0AB52C
Tints of Dark Pastel Green #0AB52C
RGB
CMYK
RGB Variations
Color information
#0AB52C (or 0x0AB52C) is known color: Dark Pastel Green. HEX triplet: 0A, B5 and 2C. RGB value is (10,181,44). Sum of RGB (Red+Green+Blue) = 10+181+44=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 181 (71.09% from 255 or 77.02% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB52C is #F54AD3. Grayscale: #727272. Windows color (decimal): -16075476 or 2929930. OLE color: 2929930.
HSL color Cylindrical-coordinate representation of color #0AB52C: hue angle of 131.93º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB52C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 181 | 44 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.29 |
| HSL | 131.93º | 0.9% | 0.37% | - |
| HSV(B) | 131.93º | 0.94% | 0.71% | - |
| XYZ | 17.1 | 33.29 | 7.91 | - |
| YUV | 114.25 | 88.35 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 44 | 0.94 | 0 | 0.76 | 0.29 | 131.93 | 0.9 | 0.37 |
| Hex | A | B5 | 2C | 5E | 0 | 4C | 1D | 84 | 5A | 25 |
| Octal | 12 | 265 | 54 | 136 | 0 | 114 | 35 | 204 | 132 | 45 |
| Binary | 1010 | 10110101 | 101100 | 1011110 | 0 | 1001100 | 11101 | 10000100 | 1011010 | 100101 |
Color Harmonies of #0AB52C
Complementary color
Monochromatic Colors of #0AB52C
Black with #0AB52C
Text Example
Text Example
White with #0AB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB52C; }
p { color: rgb(10,181,44); }
H1.HeaderClassName
{
color: #0AB52C;
}
.AnyTagClassName
{
color: #0AB52C;
}
</style>
background-color css
<style>
a { background-color: #0AB52C; }
a { background-color: rgb(10,181,44); }
div.DivClassName
{
background-color: #0AB52C;
}
.BgClassName
{
background-color: #0AB52C;
}
</style>
border-color css
<style>
span { border-color: #0AB52C; }
span { border-color: rgb(10,181,44); }
td.TdClassName
{
border-color: #0AB52C;
}
.TagClassName
{
border-color: #0AB52C;
}
</style>