Shades of Dark Pastel Green #0AB82C
Tints of Dark Pastel Green #0AB82C
RGB
CMYK
RGB Variations
Color information
#0AB82C (or 0x0AB82C) is known color: Dark Pastel Green. HEX triplet: 0A, B8 and 2C. RGB value is (10,184,44). Sum of RGB (Red+Green+Blue) = 10+184+44=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 184 (72.27% from 255 or 77.31% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB82C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB82C is #F547D3. Grayscale: #747474. Windows color (decimal): -16074708 or 2930698. OLE color: 2930698.
HSL color Cylindrical-coordinate representation of color #0AB82C: hue angle of 131.72º 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 #0AB82C is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 44 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.28 |
| HSL | 131.72º | 0.9% | 0.38% | - |
| HSV(B) | 131.72º | 0.95% | 0.72% | - |
| XYZ | 17.72 | 34.53 | 8.11 | - |
| YUV | 116.01 | 87.35 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 44 | 0.95 | 0 | 0.76 | 0.28 | 131.72 | 0.9 | 0.38 |
| Hex | A | B8 | 2C | 5F | 0 | 4C | 1C | 84 | 5A | 26 |
| Octal | 12 | 270 | 54 | 137 | 0 | 114 | 34 | 204 | 132 | 46 |
| Binary | 1010 | 10111000 | 101100 | 1011111 | 0 | 1001100 | 11100 | 10000100 | 1011010 | 100110 |
Color Harmonies of #0AB82C
Complementary color
Monochromatic Colors of #0AB82C
Black with #0AB82C
Text Example
Text Example
White with #0AB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB82C; }
p { color: rgb(10,184,44); }
H1.HeaderClassName
{
color: #0AB82C;
}
.AnyTagClassName
{
color: #0AB82C;
}
</style>
background-color css
<style>
a { background-color: #0AB82C; }
a { background-color: rgb(10,184,44); }
div.DivClassName
{
background-color: #0AB82C;
}
.BgClassName
{
background-color: #0AB82C;
}
</style>
border-color css
<style>
span { border-color: #0AB82C; }
span { border-color: rgb(10,184,44); }
td.TdClassName
{
border-color: #0AB82C;
}
.TagClassName
{
border-color: #0AB82C;
}
</style>