Shades of Dark Pastel Green #0AD82E
Tints of Dark Pastel Green #0AD82E
RGB
CMYK
RGB Variations
Color information
#0AD82E (or 0x0AD82E) is known color: Dark Pastel Green. HEX triplet: 0A, D8 and 2E. RGB value is (10,216,46). Sum of RGB (Red+Green+Blue) = 10+216+46=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 216 (84.77% from 255 or 79.41% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD82E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD82E is #F527D1. Grayscale: #878787. Windows color (decimal): -16066514 or 3069962. OLE color: 3069962.
HSL color Cylindrical-coordinate representation of color #0AD82E: hue angle of 130.49º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD82E is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 46 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.15 |
| HSL | 130.49º | 0.91% | 0.44% | - |
| HSV(B) | 130.49º | 0.95% | 0.85% | - |
| XYZ | 25.17 | 49.37 | 10.79 | - |
| YUV | 135.03 | 77.75 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 46 | 0.95 | 0 | 0.79 | 0.15 | 130.49 | 0.91 | 0.44 |
| Hex | A | D8 | 2E | 5F | 0 | 4F | F | 82 | 5B | 2C |
| Octal | 12 | 330 | 56 | 137 | 0 | 117 | 17 | 202 | 133 | 54 |
| Binary | 1010 | 11011000 | 101110 | 1011111 | 0 | 1001111 | 1111 | 10000010 | 1011011 | 101100 |
Color Harmonies of #0AD82E
Complementary color
Monochromatic Colors of #0AD82E
Black with #0AD82E
Text Example
Text Example
White with #0AD82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD82E; }
p { color: rgb(10,216,46); }
H1.HeaderClassName
{
color: #0AD82E;
}
.AnyTagClassName
{
color: #0AD82E;
}
</style>
background-color css
<style>
a { background-color: #0AD82E; }
a { background-color: rgb(10,216,46); }
div.DivClassName
{
background-color: #0AD82E;
}
.BgClassName
{
background-color: #0AD82E;
}
</style>
border-color css
<style>
span { border-color: #0AD82E; }
span { border-color: rgb(10,216,46); }
td.TdClassName
{
border-color: #0AD82E;
}
.TagClassName
{
border-color: #0AD82E;
}
</style>