Shades of Spring Green #0AD978
Tints of Spring Green #0AD978
RGB
CMYK
RGB Variations
Color information
#0AD978 (or 0x0AD978) is known color: Spring Green. HEX triplet: 0A, D9 and 78. RGB value is (10,217,120). Sum of RGB (Red+Green+Blue) = 10+217+120=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD978 is #F52687. Grayscale: #909090. Windows color (decimal): -16066184 or 7919882. OLE color: 7919882.
HSL color Cylindrical-coordinate representation of color #0AD978: hue angle of 151.88º 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 #0AD978 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 120 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.15 |
| HSL | 151.88º | 0.91% | 0.45% | - |
| HSV(B) | 151.88º | 0.95% | 0.85% | - |
| XYZ | 28.33 | 51.05 | 26.13 | - |
| YUV | 144.05 | 114.42 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 120 | 0.95 | 0 | 0.45 | 0.15 | 151.88 | 0.91 | 0.45 |
| Hex | A | D9 | 78 | 5F | 0 | 2D | F | 98 | 5B | 2D |
| Octal | 12 | 331 | 170 | 137 | 0 | 55 | 17 | 230 | 133 | 55 |
| Binary | 1010 | 11011001 | 1111000 | 1011111 | 0 | 101101 | 1111 | 10011000 | 1011011 | 101101 |
Color Harmonies of #0AD978
Complementary color
Monochromatic Colors of #0AD978
Black with #0AD978
Text Example
Text Example
White with #0AD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD978; }
p { color: rgb(10,217,120); }
H1.HeaderClassName
{
color: #0AD978;
}
.AnyTagClassName
{
color: #0AD978;
}
</style>
background-color css
<style>
a { background-color: #0AD978; }
a { background-color: rgb(10,217,120); }
div.DivClassName
{
background-color: #0AD978;
}
.BgClassName
{
background-color: #0AD978;
}
</style>
border-color css
<style>
span { border-color: #0AD978; }
span { border-color: rgb(10,217,120); }
td.TdClassName
{
border-color: #0AD978;
}
.TagClassName
{
border-color: #0AD978;
}
</style>