Shades of Dark Pastel Green #0ADE2A
Tints of Dark Pastel Green #0ADE2A
RGB
CMYK
RGB Variations
Color information
#0ADE2A (or 0x0ADE2A) is known color: Dark Pastel Green. HEX triplet: 0A, DE and 2A. RGB value is (10,222,42). Sum of RGB (Red+Green+Blue) = 10+222+42=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 222 (87.11% from 255 or 81.02% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADE2A is #F521D5. Grayscale: #8A8A8A. Windows color (decimal): -16064982 or 2809354. OLE color: 2809354.
HSL color Cylindrical-coordinate representation of color #0ADE2A: hue angle of 129.06º 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 #0ADE2A is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 42 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.13 |
| HSL | 129.06º | 0.91% | 0.45% | - |
| HSV(B) | 129.06º | 0.95% | 0.87% | - |
| XYZ | 26.66 | 52.47 | 10.91 | - |
| YUV | 138.09 | 73.76 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 42 | 0.95 | 0 | 0.81 | 0.13 | 129.06 | 0.91 | 0.45 |
| Hex | A | DE | 2A | 5F | 0 | 51 | D | 81 | 5B | 2D |
| Octal | 12 | 336 | 52 | 137 | 0 | 121 | 15 | 201 | 133 | 55 |
| Binary | 1010 | 11011110 | 101010 | 1011111 | 0 | 1010001 | 1101 | 10000001 | 1011011 | 101101 |
Color Harmonies of #0ADE2A
Complementary color
Monochromatic Colors of #0ADE2A
Black with #0ADE2A
Text Example
Text Example
White with #0ADE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE2A; }
p { color: rgb(10,222,42); }
H1.HeaderClassName
{
color: #0ADE2A;
}
.AnyTagClassName
{
color: #0ADE2A;
}
</style>
background-color css
<style>
a { background-color: #0ADE2A; }
a { background-color: rgb(10,222,42); }
div.DivClassName
{
background-color: #0ADE2A;
}
.BgClassName
{
background-color: #0ADE2A;
}
</style>
border-color css
<style>
span { border-color: #0ADE2A; }
span { border-color: rgb(10,222,42); }
td.TdClassName
{
border-color: #0ADE2A;
}
.TagClassName
{
border-color: #0ADE2A;
}
</style>