Shades of Spring Green #0ADE7B
Tints of Spring Green #0ADE7B
RGB
CMYK
RGB Variations
Color information
#0ADE7B (or 0x0ADE7B) is known color: Spring Green. HEX triplet: 0A, DE and 7B. RGB value is (10,222,123). Sum of RGB (Red+Green+Blue) = 10+222+123=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 222 (87.11% from 255 or 62.54% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADE7B is #F52184. Grayscale: #939393. Windows color (decimal): -16064901 or 8117770. OLE color: 8117770.
HSL color Cylindrical-coordinate representation of color #0ADE7B: hue angle of 151.98º 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 #0ADE7B is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 123 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.13 |
| HSL | 151.98º | 0.91% | 0.45% | - |
| HSV(B) | 151.98º | 0.95% | 0.87% | - |
| XYZ | 29.82 | 53.74 | 27.54 | - |
| YUV | 147.33 | 114.26 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 123 | 0.95 | 0 | 0.45 | 0.13 | 151.98 | 0.91 | 0.45 |
| Hex | A | DE | 7B | 5F | 0 | 2D | D | 98 | 5B | 2D |
| Octal | 12 | 336 | 173 | 137 | 0 | 55 | 15 | 230 | 133 | 55 |
| Binary | 1010 | 11011110 | 1111011 | 1011111 | 0 | 101101 | 1101 | 10011000 | 1011011 | 101101 |
Color Harmonies of #0ADE7B
Complementary color
Monochromatic Colors of #0ADE7B
Black with #0ADE7B
Text Example
Text Example
White with #0ADE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE7B; }
p { color: rgb(10,222,123); }
H1.HeaderClassName
{
color: #0ADE7B;
}
.AnyTagClassName
{
color: #0ADE7B;
}
</style>
background-color css
<style>
a { background-color: #0ADE7B; }
a { background-color: rgb(10,222,123); }
div.DivClassName
{
background-color: #0ADE7B;
}
.BgClassName
{
background-color: #0ADE7B;
}
</style>
border-color css
<style>
span { border-color: #0ADE7B; }
span { border-color: rgb(10,222,123); }
td.TdClassName
{
border-color: #0ADE7B;
}
.TagClassName
{
border-color: #0ADE7B;
}
</style>