Shades of Dark Pastel Green #0AB82F
Tints of Dark Pastel Green #0AB82F
RGB
CMYK
RGB Variations
Color information
#0AB82F (or 0x0AB82F) is known color: Dark Pastel Green. HEX triplet: 0A, B8 and 2F. RGB value is (10,184,47). Sum of RGB (Red+Green+Blue) = 10+184+47=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 184 (72.27% from 255 or 76.35% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB82F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB82F is #F547D0. Grayscale: #747474. Windows color (decimal): -16074705 or 3127306. OLE color: 3127306.
HSL color Cylindrical-coordinate representation of color #0AB82F: hue angle of 132.76º 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 #0AB82F is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 47 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.28 |
| HSL | 132.76º | 0.9% | 0.38% | - |
| HSV(B) | 132.76º | 0.95% | 0.72% | - |
| XYZ | 17.78 | 34.55 | 8.42 | - |
| YUV | 116.36 | 88.85 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 47 | 0.95 | 0 | 0.74 | 0.28 | 132.76 | 0.9 | 0.38 |
| Hex | A | B8 | 2F | 5F | 0 | 4A | 1C | 85 | 5A | 26 |
| Octal | 12 | 270 | 57 | 137 | 0 | 112 | 34 | 205 | 132 | 46 |
| Binary | 1010 | 10111000 | 101111 | 1011111 | 0 | 1001010 | 11100 | 10000101 | 1011010 | 100110 |
Color Harmonies of #0AB82F
Complementary color
Monochromatic Colors of #0AB82F
Black with #0AB82F
Text Example
Text Example
White with #0AB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB82F; }
p { color: rgb(10,184,47); }
H1.HeaderClassName
{
color: #0AB82F;
}
.AnyTagClassName
{
color: #0AB82F;
}
</style>
background-color css
<style>
a { background-color: #0AB82F; }
a { background-color: rgb(10,184,47); }
div.DivClassName
{
background-color: #0AB82F;
}
.BgClassName
{
background-color: #0AB82F;
}
</style>
border-color css
<style>
span { border-color: #0AB82F; }
span { border-color: rgb(10,184,47); }
td.TdClassName
{
border-color: #0AB82F;
}
.TagClassName
{
border-color: #0AB82F;
}
</style>