Shades of Dark Pastel Green #0ADE30
Tints of Dark Pastel Green #0ADE30
RGB
CMYK
RGB Variations
Color information
#0ADE30 (or 0x0ADE30) is known color: Dark Pastel Green. HEX triplet: 0A, DE and 30. RGB value is (10,222,48). Sum of RGB (Red+Green+Blue) = 10+222+48=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 222 (87.11% from 255 or 79.29% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADE30 is #F521CF. Grayscale: #8B8B8B. Windows color (decimal): -16064976 or 3202570. OLE color: 3202570.
HSL color Cylindrical-coordinate representation of color #0ADE30: hue angle of 130.75º 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 #0ADE30 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 48 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.13 |
| HSL | 130.75º | 0.91% | 0.45% | - |
| HSV(B) | 130.75º | 0.95% | 0.87% | - |
| XYZ | 26.78 | 52.52 | 11.52 | - |
| YUV | 138.78 | 76.76 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 48 | 0.95 | 0 | 0.78 | 0.13 | 130.75 | 0.91 | 0.45 |
| Hex | A | DE | 30 | 5F | 0 | 4E | D | 83 | 5B | 2D |
| Octal | 12 | 336 | 60 | 137 | 0 | 116 | 15 | 203 | 133 | 55 |
| Binary | 1010 | 11011110 | 110000 | 1011111 | 0 | 1001110 | 1101 | 10000011 | 1011011 | 101101 |
Color Harmonies of #0ADE30
Complementary color
Monochromatic Colors of #0ADE30
Black with #0ADE30
Text Example
Text Example
White with #0ADE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE30; }
p { color: rgb(10,222,48); }
H1.HeaderClassName
{
color: #0ADE30;
}
.AnyTagClassName
{
color: #0ADE30;
}
</style>
background-color css
<style>
a { background-color: #0ADE30; }
a { background-color: rgb(10,222,48); }
div.DivClassName
{
background-color: #0ADE30;
}
.BgClassName
{
background-color: #0ADE30;
}
</style>
border-color css
<style>
span { border-color: #0ADE30; }
span { border-color: rgb(10,222,48); }
td.TdClassName
{
border-color: #0ADE30;
}
.TagClassName
{
border-color: #0ADE30;
}
</style>