Html Css Color HEX #0AF198 Medium Spring Green
📋 copy color: '#0AF198'red 10 ◦ green 241 ◦ blue 152
Shades of Medium Spring Green #0AF198
Tints of Medium Spring Green #0AF198
RGB
CMYK
RGB Variations
Color information
#0AF198 (or 0x0AF198) is known color: Medium Spring Green. HEX triplet: 0A, F1 and 98. RGB value is (10,241,152). Sum of RGB (Red+Green+Blue) = 10+241+152=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF198 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF198 is #F50E67. Grayscale: #A1A1A1. Windows color (decimal): -16060008 or 10023178. OLE color: 10023178.
HSL color Cylindrical-coordinate representation of color #0AF198: hue angle of 156.88º 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 #0AF198 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 152 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.05 |
| HSL | 156.88º | 0.92% | 0.49% | - |
| HSV(B) | 156.88º | 0.96% | 0.95% | - |
| XYZ | 37.25 | 65.24 | 40.34 | - |
| YUV | 161.79 | 122.47 | 19.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 152 | 0.96 | 0 | 0.37 | 0.05 | 156.88 | 0.92 | 0.49 |
| Hex | A | F1 | 98 | 60 | 0 | 25 | 5 | 9D | 5C | 31 |
| Octal | 12 | 361 | 230 | 140 | 0 | 45 | 5 | 235 | 134 | 61 |
| Binary | 1010 | 11110001 | 10011000 | 1100000 | 0 | 100101 | 101 | 10011101 | 1011100 | 110001 |
Color Harmonies of #0AF198
Complementary color
Monochromatic Colors of #0AF198
Black with #0AF198
Text Example
Text Example
White with #0AF198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF198; }
p { color: rgb(10,241,152); }
H1.HeaderClassName
{
color: #0AF198;
}
.AnyTagClassName
{
color: #0AF198;
}
</style>
background-color css
<style>
a { background-color: #0AF198; }
a { background-color: rgb(10,241,152); }
div.DivClassName
{
background-color: #0AF198;
}
.BgClassName
{
background-color: #0AF198;
}
</style>
border-color css
<style>
span { border-color: #0AF198; }
span { border-color: rgb(10,241,152); }
td.TdClassName
{
border-color: #0AF198;
}
.TagClassName
{
border-color: #0AF198;
}
</style>