Html Css Color HEX #0AF98E Medium Spring Green
📋 copy color: '#0AF98E'red 10 ◦ green 249 ◦ blue 142
Shades of Medium Spring Green #0AF98E
Tints of Medium Spring Green #0AF98E
RGB
CMYK
RGB Variations
Color information
#0AF98E (or 0x0AF98E) is known color: Medium Spring Green. HEX triplet: 0A, F9 and 8E. RGB value is (10,249,142). Sum of RGB (Red+Green+Blue) = 10+249+142=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF98E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF98E is #F50671. Grayscale: #A5A5A5. Windows color (decimal): -16057970 or 9369866. OLE color: 9369866.
HSL color Cylindrical-coordinate representation of color #0AF98E: hue angle of 153.14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF98E is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 142 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.02 |
| HSL | 153.14º | 0.95% | 0.51% | - |
| HSV(B) | 153.14º | 0.96% | 0.98% | - |
| XYZ | 38.88 | 69.77 | 37.01 | - |
| YUV | 165.34 | 114.82 | 17.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 142 | 0.96 | 0 | 0.43 | 0.02 | 153.14 | 0.95 | 0.51 |
| Hex | A | F9 | 8E | 60 | 0 | 2B | 2 | 99 | 5F | 33 |
| Octal | 12 | 371 | 216 | 140 | 0 | 53 | 2 | 231 | 137 | 63 |
| Binary | 1010 | 11111001 | 10001110 | 1100000 | 0 | 101011 | 10 | 10011001 | 1011111 | 110011 |
Color Harmonies of #0AF98E
Complementary color
Monochromatic Colors of #0AF98E
Black with #0AF98E
Text Example
Text Example
White with #0AF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF98E; }
p { color: rgb(10,249,142); }
H1.HeaderClassName
{
color: #0AF98E;
}
.AnyTagClassName
{
color: #0AF98E;
}
</style>
background-color css
<style>
a { background-color: #0AF98E; }
a { background-color: rgb(10,249,142); }
div.DivClassName
{
background-color: #0AF98E;
}
.BgClassName
{
background-color: #0AF98E;
}
</style>
border-color css
<style>
span { border-color: #0AF98E; }
span { border-color: rgb(10,249,142); }
td.TdClassName
{
border-color: #0AF98E;
}
.TagClassName
{
border-color: #0AF98E;
}
</style>