Shades of Dark Pastel Green #0ADE31
Tints of Dark Pastel Green #0ADE31
RGB
CMYK
RGB Variations
Color information
#0ADE31 (or 0x0ADE31) is known color: Dark Pastel Green. HEX triplet: 0A, DE and 31. RGB value is (10,222,49). Sum of RGB (Red+Green+Blue) = 10+222+49=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 222 (87.11% from 255 or 79.00% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADE31 is #F521CE. Grayscale: #8B8B8B. Windows color (decimal): -16064975 or 3268106. OLE color: 3268106.
HSL color Cylindrical-coordinate representation of color #0ADE31: hue angle of 131.04º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADE31 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 49 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.13 |
| HSL | 131.04º | 0.91% | 0.45% | - |
| HSV(B) | 131.04º | 0.95% | 0.87% | - |
| XYZ | 26.8 | 52.53 | 11.63 | - |
| YUV | 138.89 | 77.26 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 49 | 0.95 | 0 | 0.78 | 0.13 | 131.04 | 0.91 | 0.45 |
| Hex | A | DE | 31 | 5F | 0 | 4E | D | 83 | 5B | 2D |
| Octal | 12 | 336 | 61 | 137 | 0 | 116 | 15 | 203 | 133 | 55 |
| Binary | 1010 | 11011110 | 110001 | 1011111 | 0 | 1001110 | 1101 | 10000011 | 1011011 | 101101 |
Color Harmonies of #0ADE31
Complementary color
Monochromatic Colors of #0ADE31
Black with #0ADE31
Text Example
Text Example
White with #0ADE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE31; }
p { color: rgb(10,222,49); }
H1.HeaderClassName
{
color: #0ADE31;
}
.AnyTagClassName
{
color: #0ADE31;
}
</style>
background-color css
<style>
a { background-color: #0ADE31; }
a { background-color: rgb(10,222,49); }
div.DivClassName
{
background-color: #0ADE31;
}
.BgClassName
{
background-color: #0ADE31;
}
</style>
border-color css
<style>
span { border-color: #0ADE31; }
span { border-color: rgb(10,222,49); }
td.TdClassName
{
border-color: #0ADE31;
}
.TagClassName
{
border-color: #0ADE31;
}
</style>