Shades of Dark Pastel Green #0AB82A
Tints of Dark Pastel Green #0AB82A
RGB
CMYK
RGB Variations
Color information
#0AB82A (or 0x0AB82A) is known color: Dark Pastel Green. HEX triplet: 0A, B8 and 2A. RGB value is (10,184,42). Sum of RGB (Red+Green+Blue) = 10+184+42=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 184 (72.27% from 255 or 77.97% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB82A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB82A is #F547D5. Grayscale: #747474. Windows color (decimal): -16074710 or 2799626. OLE color: 2799626.
HSL color Cylindrical-coordinate representation of color #0AB82A: hue angle of 131.03º 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 #0AB82A is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 42 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.28 |
| HSL | 131.03º | 0.9% | 0.38% | - |
| HSV(B) | 131.03º | 0.95% | 0.72% | - |
| XYZ | 17.68 | 34.51 | 7.92 | - |
| YUV | 115.79 | 86.35 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 42 | 0.95 | 0 | 0.77 | 0.28 | 131.03 | 0.9 | 0.38 |
| Hex | A | B8 | 2A | 5F | 0 | 4D | 1C | 83 | 5A | 26 |
| Octal | 12 | 270 | 52 | 137 | 0 | 115 | 34 | 203 | 132 | 46 |
| Binary | 1010 | 10111000 | 101010 | 1011111 | 0 | 1001101 | 11100 | 10000011 | 1011010 | 100110 |
Color Harmonies of #0AB82A
Complementary color
Monochromatic Colors of #0AB82A
Black with #0AB82A
Text Example
Text Example
White with #0AB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB82A; }
p { color: rgb(10,184,42); }
H1.HeaderClassName
{
color: #0AB82A;
}
.AnyTagClassName
{
color: #0AB82A;
}
</style>
background-color css
<style>
a { background-color: #0AB82A; }
a { background-color: rgb(10,184,42); }
div.DivClassName
{
background-color: #0AB82A;
}
.BgClassName
{
background-color: #0AB82A;
}
</style>
border-color css
<style>
span { border-color: #0AB82A; }
span { border-color: rgb(10,184,42); }
td.TdClassName
{
border-color: #0AB82A;
}
.TagClassName
{
border-color: #0AB82A;
}
</style>