Html Css Color HEX #0AF18E Medium Spring Green
📋 copy color: '#0AF18E'red 10 ◦ green 241 ◦ blue 142
Shades of Medium Spring Green #0AF18E
Tints of Medium Spring Green #0AF18E
RGB
CMYK
RGB Variations
Color information
#0AF18E (or 0x0AF18E) is known color: Medium Spring Green. HEX triplet: 0A, F1 and 8E. RGB value is (10,241,142). Sum of RGB (Red+Green+Blue) = 10+241+142=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF18E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF18E is #F50E71. Grayscale: #A0A0A0. Windows color (decimal): -16060018 or 9367818. OLE color: 9367818.
HSL color Cylindrical-coordinate representation of color #0AF18E: hue angle of 154.29º 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 #0AF18E is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 142 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.05 |
| HSL | 154.29º | 0.92% | 0.49% | - |
| HSV(B) | 154.29º | 0.96% | 0.95% | - |
| XYZ | 36.46 | 64.93 | 36.2 | - |
| YUV | 160.65 | 117.47 | 20.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 142 | 0.96 | 0 | 0.41 | 0.05 | 154.29 | 0.92 | 0.49 |
| Hex | A | F1 | 8E | 60 | 0 | 29 | 5 | 9A | 5C | 31 |
| Octal | 12 | 361 | 216 | 140 | 0 | 51 | 5 | 232 | 134 | 61 |
| Binary | 1010 | 11110001 | 10001110 | 1100000 | 0 | 101001 | 101 | 10011010 | 1011100 | 110001 |
Color Harmonies of #0AF18E
Complementary color
Monochromatic Colors of #0AF18E
Black with #0AF18E
Text Example
Text Example
White with #0AF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF18E; }
p { color: rgb(10,241,142); }
H1.HeaderClassName
{
color: #0AF18E;
}
.AnyTagClassName
{
color: #0AF18E;
}
</style>
background-color css
<style>
a { background-color: #0AF18E; }
a { background-color: rgb(10,241,142); }
div.DivClassName
{
background-color: #0AF18E;
}
.BgClassName
{
background-color: #0AF18E;
}
</style>
border-color css
<style>
span { border-color: #0AF18E; }
span { border-color: rgb(10,241,142); }
td.TdClassName
{
border-color: #0AF18E;
}
.TagClassName
{
border-color: #0AF18E;
}
</style>