Shades of Spring Green #0AF16E
Tints of Spring Green #0AF16E
RGB
CMYK
RGB Variations
Color information
#0AF16E (or 0x0AF16E) is known color: Spring Green. HEX triplet: 0A, F1 and 6E. RGB value is (10,241,110). Sum of RGB (Red+Green+Blue) = 10+241+110=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF16E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF16E is #F50E91. Grayscale: #9D9D9D. Windows color (decimal): -16060050 or 7270666. OLE color: 7270666.
HSL color Cylindrical-coordinate representation of color #0AF16E: hue angle of 145.97º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF16E is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 110 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.05 |
| HSL | 145.97º | 0.92% | 0.49% | - |
| HSV(B) | 145.97º | 0.96% | 0.95% | - |
| XYZ | 34.39 | 64.1 | 25.31 | - |
| YUV | 157 | 101.47 | 23.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 110 | 0.96 | 0 | 0.54 | 0.05 | 145.97 | 0.92 | 0.49 |
| Hex | A | F1 | 6E | 60 | 0 | 36 | 5 | 92 | 5C | 31 |
| Octal | 12 | 361 | 156 | 140 | 0 | 66 | 5 | 222 | 134 | 61 |
| Binary | 1010 | 11110001 | 1101110 | 1100000 | 0 | 110110 | 101 | 10010010 | 1011100 | 110001 |
Color Harmonies of #0AF16E
Complementary color
Monochromatic Colors of #0AF16E
Black with #0AF16E
Text Example
Text Example
White with #0AF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF16E; }
p { color: rgb(10,241,110); }
H1.HeaderClassName
{
color: #0AF16E;
}
.AnyTagClassName
{
color: #0AF16E;
}
</style>
background-color css
<style>
a { background-color: #0AF16E; }
a { background-color: rgb(10,241,110); }
div.DivClassName
{
background-color: #0AF16E;
}
.BgClassName
{
background-color: #0AF16E;
}
</style>
border-color css
<style>
span { border-color: #0AF16E; }
span { border-color: rgb(10,241,110); }
td.TdClassName
{
border-color: #0AF16E;
}
.TagClassName
{
border-color: #0AF16E;
}
</style>