Shades of Spring Green #0ADB7A
Tints of Spring Green #0ADB7A
RGB
CMYK
RGB Variations
Color information
#0ADB7A (or 0x0ADB7A) is known color: Spring Green. HEX triplet: 0A, DB and 7A. RGB value is (10,219,122). Sum of RGB (Red+Green+Blue) = 10+219+122=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 219 (85.94% from 255 or 62.39% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADB7A is #F52485. Grayscale: #919191. Windows color (decimal): -16065670 or 8051466. OLE color: 8051466.
HSL color Cylindrical-coordinate representation of color #0ADB7A: hue angle of 152.15º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADB7A is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 122 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.14 |
| HSL | 152.15º | 0.91% | 0.45% | - |
| HSV(B) | 152.15º | 0.95% | 0.86% | - |
| XYZ | 28.97 | 52.13 | 26.95 | - |
| YUV | 145.45 | 114.76 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 122 | 0.95 | 0 | 0.44 | 0.14 | 152.15 | 0.91 | 0.45 |
| Hex | A | DB | 7A | 5F | 0 | 2C | E | 98 | 5B | 2D |
| Octal | 12 | 333 | 172 | 137 | 0 | 54 | 16 | 230 | 133 | 55 |
| Binary | 1010 | 11011011 | 1111010 | 1011111 | 0 | 101100 | 1110 | 10011000 | 1011011 | 101101 |
Color Harmonies of #0ADB7A
Complementary color
Monochromatic Colors of #0ADB7A
Black with #0ADB7A
Text Example
Text Example
White with #0ADB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB7A; }
p { color: rgb(10,219,122); }
H1.HeaderClassName
{
color: #0ADB7A;
}
.AnyTagClassName
{
color: #0ADB7A;
}
</style>
background-color css
<style>
a { background-color: #0ADB7A; }
a { background-color: rgb(10,219,122); }
div.DivClassName
{
background-color: #0ADB7A;
}
.BgClassName
{
background-color: #0ADB7A;
}
</style>
border-color css
<style>
span { border-color: #0ADB7A; }
span { border-color: rgb(10,219,122); }
td.TdClassName
{
border-color: #0ADB7A;
}
.TagClassName
{
border-color: #0ADB7A;
}
</style>