Shades of Dark Pastel Green #0ADB2E
Tints of Dark Pastel Green #0ADB2E
RGB
CMYK
RGB Variations
Color information
#0ADB2E (or 0x0ADB2E) is known color: Dark Pastel Green. HEX triplet: 0A, DB and 2E. RGB value is (10,219,46). Sum of RGB (Red+Green+Blue) = 10+219+46=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 219 (85.94% from 255 or 79.64% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADB2E is #F524D1. Grayscale: #898989. Windows color (decimal): -16065746 or 3070730. OLE color: 3070730.
HSL color Cylindrical-coordinate representation of color #0ADB2E: hue angle of 130.33º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADB2E is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 46 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.14 |
| HSL | 130.33º | 0.91% | 0.45% | - |
| HSV(B) | 130.33º | 0.95% | 0.86% | - |
| XYZ | 25.95 | 50.92 | 11.05 | - |
| YUV | 136.79 | 76.76 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 46 | 0.95 | 0 | 0.79 | 0.14 | 130.33 | 0.91 | 0.45 |
| Hex | A | DB | 2E | 5F | 0 | 4F | E | 82 | 5B | 2D |
| Octal | 12 | 333 | 56 | 137 | 0 | 117 | 16 | 202 | 133 | 55 |
| Binary | 1010 | 11011011 | 101110 | 1011111 | 0 | 1001111 | 1110 | 10000010 | 1011011 | 101101 |
Color Harmonies of #0ADB2E
Complementary color
Monochromatic Colors of #0ADB2E
Black with #0ADB2E
Text Example
Text Example
White with #0ADB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB2E; }
p { color: rgb(10,219,46); }
H1.HeaderClassName
{
color: #0ADB2E;
}
.AnyTagClassName
{
color: #0ADB2E;
}
</style>
background-color css
<style>
a { background-color: #0ADB2E; }
a { background-color: rgb(10,219,46); }
div.DivClassName
{
background-color: #0ADB2E;
}
.BgClassName
{
background-color: #0ADB2E;
}
</style>
border-color css
<style>
span { border-color: #0ADB2E; }
span { border-color: rgb(10,219,46); }
td.TdClassName
{
border-color: #0ADB2E;
}
.TagClassName
{
border-color: #0ADB2E;
}
</style>