Html Css Color HEX #0AF68E Medium Spring Green
📋 copy color: '#0AF68E'red 10 ◦ green 246 ◦ blue 142
Shades of Medium Spring Green #0AF68E
Tints of Medium Spring Green #0AF68E
RGB
CMYK
RGB Variations
Color information
#0AF68E (or 0x0AF68E) is known color: Medium Spring Green. HEX triplet: 0A, F6 and 8E. RGB value is (10,246,142). Sum of RGB (Red+Green+Blue) = 10+246+142=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 246 (96.48% from 255 or 61.81% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF68E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF68E is #F50971. Grayscale: #A3A3A3. Windows color (decimal): -16058738 or 9369098. OLE color: 9369098.
HSL color Cylindrical-coordinate representation of color #0AF68E: hue angle of 153.56º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF68E is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 246 | 142 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.04 |
| HSL | 153.56º | 0.93% | 0.5% | - |
| HSV(B) | 153.56º | 0.96% | 0.96% | - |
| XYZ | 37.96 | 67.93 | 36.7 | - |
| YUV | 163.58 | 115.81 | 18.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 246 | 142 | 0.96 | 0 | 0.42 | 0.04 | 153.56 | 0.93 | 0.5 |
| Hex | A | F6 | 8E | 60 | 0 | 2A | 4 | 9A | 5D | 32 |
| Octal | 12 | 366 | 216 | 140 | 0 | 52 | 4 | 232 | 135 | 62 |
| Binary | 1010 | 11110110 | 10001110 | 1100000 | 0 | 101010 | 100 | 10011010 | 1011101 | 110010 |
Color Harmonies of #0AF68E
Complementary color
Monochromatic Colors of #0AF68E
Black with #0AF68E
Text Example
Text Example
White with #0AF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF68E; }
p { color: rgb(10,246,142); }
H1.HeaderClassName
{
color: #0AF68E;
}
.AnyTagClassName
{
color: #0AF68E;
}
</style>
background-color css
<style>
a { background-color: #0AF68E; }
a { background-color: rgb(10,246,142); }
div.DivClassName
{
background-color: #0AF68E;
}
.BgClassName
{
background-color: #0AF68E;
}
</style>
border-color css
<style>
span { border-color: #0AF68E; }
span { border-color: rgb(10,246,142); }
td.TdClassName
{
border-color: #0AF68E;
}
.TagClassName
{
border-color: #0AF68E;
}
</style>