Shades of Spring Green #0ADA78
Tints of Spring Green #0ADA78
RGB
CMYK
RGB Variations
Color information
#0ADA78 (or 0x0ADA78) is known color: Spring Green. HEX triplet: 0A, DA and 78. RGB value is (10,218,120). Sum of RGB (Red+Green+Blue) = 10+218+120=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADA78 is #F52587. Grayscale: #909090. Windows color (decimal): -16065928 or 7920138. OLE color: 7920138.
HSL color Cylindrical-coordinate representation of color #0ADA78: hue angle of 151.73º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADA78 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 120 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.15 |
| HSL | 151.73º | 0.91% | 0.45% | - |
| HSV(B) | 151.73º | 0.95% | 0.85% | - |
| XYZ | 28.59 | 51.56 | 26.22 | - |
| YUV | 144.64 | 114.09 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 120 | 0.95 | 0 | 0.45 | 0.15 | 151.73 | 0.91 | 0.45 |
| Hex | A | DA | 78 | 5F | 0 | 2D | F | 98 | 5B | 2D |
| Octal | 12 | 332 | 170 | 137 | 0 | 55 | 17 | 230 | 133 | 55 |
| Binary | 1010 | 11011010 | 1111000 | 1011111 | 0 | 101101 | 1111 | 10011000 | 1011011 | 101101 |
Color Harmonies of #0ADA78
Complementary color
Monochromatic Colors of #0ADA78
Black with #0ADA78
Text Example
Text Example
White with #0ADA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADA78; }
p { color: rgb(10,218,120); }
H1.HeaderClassName
{
color: #0ADA78;
}
.AnyTagClassName
{
color: #0ADA78;
}
</style>
background-color css
<style>
a { background-color: #0ADA78; }
a { background-color: rgb(10,218,120); }
div.DivClassName
{
background-color: #0ADA78;
}
.BgClassName
{
background-color: #0ADA78;
}
</style>
border-color css
<style>
span { border-color: #0ADA78; }
span { border-color: rgb(10,218,120); }
td.TdClassName
{
border-color: #0ADA78;
}
.TagClassName
{
border-color: #0ADA78;
}
</style>