Shades of Spring Green #0ADF80
Tints of Spring Green #0ADF80
RGB
CMYK
RGB Variations
Color information
#0ADF80 (or 0x0ADF80) is known color: Spring Green. HEX triplet: 0A, DF and 80. RGB value is (10,223,128). Sum of RGB (Red+Green+Blue) = 10+223+128=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADF80 is #F5207F. Grayscale: #949494. Windows color (decimal): -16064640 or 8445706. OLE color: 8445706.
HSL color Cylindrical-coordinate representation of color #0ADF80: hue angle of 153.24º 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 #0ADF80 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 128 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.13 |
| HSL | 153.24º | 0.91% | 0.46% | - |
| HSV(B) | 153.24º | 0.96% | 0.87% | - |
| XYZ | 30.41 | 54.4 | 29.32 | - |
| YUV | 148.48 | 116.43 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 128 | 0.96 | 0 | 0.43 | 0.13 | 153.24 | 0.91 | 0.46 |
| Hex | A | DF | 80 | 60 | 0 | 2B | D | 99 | 5B | 2E |
| Octal | 12 | 337 | 200 | 140 | 0 | 53 | 15 | 231 | 133 | 56 |
| Binary | 1010 | 11011111 | 10000000 | 1100000 | 0 | 101011 | 1101 | 10011001 | 1011011 | 101110 |
Color Harmonies of #0ADF80
Complementary color
Monochromatic Colors of #0ADF80
Black with #0ADF80
Text Example
Text Example
White with #0ADF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADF80; }
p { color: rgb(10,223,128); }
H1.HeaderClassName
{
color: #0ADF80;
}
.AnyTagClassName
{
color: #0ADF80;
}
</style>
background-color css
<style>
a { background-color: #0ADF80; }
a { background-color: rgb(10,223,128); }
div.DivClassName
{
background-color: #0ADF80;
}
.BgClassName
{
background-color: #0ADF80;
}
</style>
border-color css
<style>
span { border-color: #0ADF80; }
span { border-color: rgb(10,223,128); }
td.TdClassName
{
border-color: #0ADF80;
}
.TagClassName
{
border-color: #0ADF80;
}
</style>