Shades of Spring Green #0ADF77
Tints of Spring Green #0ADF77
RGB
CMYK
RGB Variations
Color information
#0ADF77 (or 0x0ADF77) is known color: Spring Green. HEX triplet: 0A, DF and 77. RGB value is (10,223,119). Sum of RGB (Red+Green+Blue) = 10+223+119=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADF77 is #F52088. Grayscale: #939393. Windows color (decimal): -16064649 or 7855882. OLE color: 7855882.
HSL color Cylindrical-coordinate representation of color #0ADF77: hue angle of 150.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADF77 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 119 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.13 |
| HSL | 150.7º | 0.91% | 0.46% | - |
| HSV(B) | 150.7º | 0.96% | 0.87% | - |
| XYZ | 29.84 | 54.17 | 26.34 | - |
| YUV | 147.46 | 111.93 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 119 | 0.96 | 0 | 0.47 | 0.13 | 150.7 | 0.91 | 0.46 |
| Hex | A | DF | 77 | 60 | 0 | 2F | D | 97 | 5B | 2E |
| Octal | 12 | 337 | 167 | 140 | 0 | 57 | 15 | 227 | 133 | 56 |
| Binary | 1010 | 11011111 | 1110111 | 1100000 | 0 | 101111 | 1101 | 10010111 | 1011011 | 101110 |
Color Harmonies of #0ADF77
Complementary color
Monochromatic Colors of #0ADF77
Black with #0ADF77
Text Example
Text Example
White with #0ADF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADF77; }
p { color: rgb(10,223,119); }
H1.HeaderClassName
{
color: #0ADF77;
}
.AnyTagClassName
{
color: #0ADF77;
}
</style>
background-color css
<style>
a { background-color: #0ADF77; }
a { background-color: rgb(10,223,119); }
div.DivClassName
{
background-color: #0ADF77;
}
.BgClassName
{
background-color: #0ADF77;
}
</style>
border-color css
<style>
span { border-color: #0ADF77; }
span { border-color: rgb(10,223,119); }
td.TdClassName
{
border-color: #0ADF77;
}
.TagClassName
{
border-color: #0ADF77;
}
</style>