Shades of Dark Pastel Green #0AB42B
Tints of Dark Pastel Green #0AB42B
RGB
CMYK
RGB Variations
Color information
#0AB42B (or 0x0AB42B) is known color: Dark Pastel Green. HEX triplet: 0A, B4 and 2B. RGB value is (10,180,43). Sum of RGB (Red+Green+Blue) = 10+180+43=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB42B is #F54BD4. Grayscale: #717171. Windows color (decimal): -16075733 or 2864138. OLE color: 2864138.
HSL color Cylindrical-coordinate representation of color #0AB42B: hue angle of 131.65º degrees, saturation: 0.89, 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 #0AB42B is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 180 | 43 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.29 |
| HSL | 131.65º | 0.89% | 0.37% | - |
| HSV(B) | 131.65º | 0.94% | 0.71% | - |
| XYZ | 16.88 | 32.88 | 7.74 | - |
| YUV | 113.55 | 88.18 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 43 | 0.94 | 0 | 0.76 | 0.29 | 131.65 | 0.89 | 0.37 |
| Hex | A | B4 | 2B | 5E | 0 | 4C | 1D | 84 | 59 | 25 |
| Octal | 12 | 264 | 53 | 136 | 0 | 114 | 35 | 204 | 131 | 45 |
| Binary | 1010 | 10110100 | 101011 | 1011110 | 0 | 1001100 | 11101 | 10000100 | 1011001 | 100101 |
Color Harmonies of #0AB42B
Complementary color
Monochromatic Colors of #0AB42B
Black with #0AB42B
Text Example
Text Example
White with #0AB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB42B; }
p { color: rgb(10,180,43); }
H1.HeaderClassName
{
color: #0AB42B;
}
.AnyTagClassName
{
color: #0AB42B;
}
</style>
background-color css
<style>
a { background-color: #0AB42B; }
a { background-color: rgb(10,180,43); }
div.DivClassName
{
background-color: #0AB42B;
}
.BgClassName
{
background-color: #0AB42B;
}
</style>
border-color css
<style>
span { border-color: #0AB42B; }
span { border-color: rgb(10,180,43); }
td.TdClassName
{
border-color: #0AB42B;
}
.TagClassName
{
border-color: #0AB42B;
}
</style>