Html Css Color HEX #0AF19C Medium Spring Green
📋 copy color: '#0AF19C'red 10 ◦ green 241 ◦ blue 156
Shades of Medium Spring Green #0AF19C
Tints of Medium Spring Green #0AF19C
RGB
CMYK
RGB Variations
Color information
#0AF19C (or 0x0AF19C) is known color: Medium Spring Green. HEX triplet: 0A, F1 and 9C. RGB value is (10,241,156). Sum of RGB (Red+Green+Blue) = 10+241+156=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF19C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF19C is #F50E63. Grayscale: #A2A2A2. Windows color (decimal): -16060004 or 10285322. OLE color: 10285322.
HSL color Cylindrical-coordinate representation of color #0AF19C: hue angle of 157.92º 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 #0AF19C is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 156 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.05 |
| HSL | 157.92º | 0.92% | 0.49% | - |
| HSV(B) | 157.92º | 0.96% | 0.95% | - |
| XYZ | 37.58 | 65.38 | 42.09 | - |
| YUV | 162.24 | 124.47 | 19.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 156 | 0.96 | 0 | 0.35 | 0.05 | 157.92 | 0.92 | 0.49 |
| Hex | A | F1 | 9C | 60 | 0 | 23 | 5 | 9E | 5C | 31 |
| Octal | 12 | 361 | 234 | 140 | 0 | 43 | 5 | 236 | 134 | 61 |
| Binary | 1010 | 11110001 | 10011100 | 1100000 | 0 | 100011 | 101 | 10011110 | 1011100 | 110001 |
Color Harmonies of #0AF19C
Complementary color
Monochromatic Colors of #0AF19C
Black with #0AF19C
Text Example
Text Example
White with #0AF19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF19C; }
p { color: rgb(10,241,156); }
H1.HeaderClassName
{
color: #0AF19C;
}
.AnyTagClassName
{
color: #0AF19C;
}
</style>
background-color css
<style>
a { background-color: #0AF19C; }
a { background-color: rgb(10,241,156); }
div.DivClassName
{
background-color: #0AF19C;
}
.BgClassName
{
background-color: #0AF19C;
}
</style>
border-color css
<style>
span { border-color: #0AF19C; }
span { border-color: rgb(10,241,156); }
td.TdClassName
{
border-color: #0AF19C;
}
.TagClassName
{
border-color: #0AF19C;
}
</style>