Shades of Spring Green #0ADD7A
Tints of Spring Green #0ADD7A
RGB
CMYK
RGB Variations
Color information
#0ADD7A (or 0x0ADD7A) is known color: Spring Green. HEX triplet: 0A, DD and 7A. RGB value is (10,221,122). Sum of RGB (Red+Green+Blue) = 10+221+122=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADD7A is #F52285. Grayscale: #929292. Windows color (decimal): -16065158 or 8051978. OLE color: 8051978.
HSL color Cylindrical-coordinate representation of color #0ADD7A: hue angle of 151.85º 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 #0ADD7A is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 122 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.13 |
| HSL | 151.85º | 0.91% | 0.45% | - |
| HSV(B) | 151.85º | 0.95% | 0.87% | - |
| XYZ | 29.49 | 53.18 | 27.12 | - |
| YUV | 146.63 | 114.1 | 30.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 122 | 0.95 | 0 | 0.45 | 0.13 | 151.85 | 0.91 | 0.45 |
| Hex | A | DD | 7A | 5F | 0 | 2D | D | 98 | 5B | 2D |
| Octal | 12 | 335 | 172 | 137 | 0 | 55 | 15 | 230 | 133 | 55 |
| Binary | 1010 | 11011101 | 1111010 | 1011111 | 0 | 101101 | 1101 | 10011000 | 1011011 | 101101 |
Color Harmonies of #0ADD7A
Complementary color
Monochromatic Colors of #0ADD7A
Black with #0ADD7A
Text Example
Text Example
White with #0ADD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADD7A; }
p { color: rgb(10,221,122); }
H1.HeaderClassName
{
color: #0ADD7A;
}
.AnyTagClassName
{
color: #0ADD7A;
}
</style>
background-color css
<style>
a { background-color: #0ADD7A; }
a { background-color: rgb(10,221,122); }
div.DivClassName
{
background-color: #0ADD7A;
}
.BgClassName
{
background-color: #0ADD7A;
}
</style>
border-color css
<style>
span { border-color: #0ADD7A; }
span { border-color: rgb(10,221,122); }
td.TdClassName
{
border-color: #0ADD7A;
}
.TagClassName
{
border-color: #0ADD7A;
}
</style>