Html Css Color HEX #0AF193 Medium Spring Green
📋 copy color: '#0AF193'red 10 ◦ green 241 ◦ blue 147
Shades of Medium Spring Green #0AF193
Tints of Medium Spring Green #0AF193
RGB
CMYK
RGB Variations
Color information
#0AF193 (or 0x0AF193) is known color: Medium Spring Green. HEX triplet: 0A, F1 and 93. RGB value is (10,241,147). Sum of RGB (Red+Green+Blue) = 10+241+147=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF193 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF193 is #F50E6C. Grayscale: #A1A1A1. Windows color (decimal): -16060013 or 9695498. OLE color: 9695498.
HSL color Cylindrical-coordinate representation of color #0AF193: hue angle of 155.58º 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 #0AF193 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 147 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.05 |
| HSL | 155.58º | 0.92% | 0.49% | - |
| HSV(B) | 155.58º | 0.96% | 0.95% | - |
| XYZ | 36.85 | 65.08 | 38.22 | - |
| YUV | 161.22 | 119.97 | 20.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 147 | 0.96 | 0 | 0.39 | 0.05 | 155.58 | 0.92 | 0.49 |
| Hex | A | F1 | 93 | 60 | 0 | 27 | 5 | 9C | 5C | 31 |
| Octal | 12 | 361 | 223 | 140 | 0 | 47 | 5 | 234 | 134 | 61 |
| Binary | 1010 | 11110001 | 10010011 | 1100000 | 0 | 100111 | 101 | 10011100 | 1011100 | 110001 |
Color Harmonies of #0AF193
Complementary color
Monochromatic Colors of #0AF193
Black with #0AF193
Text Example
Text Example
White with #0AF193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF193; }
p { color: rgb(10,241,147); }
H1.HeaderClassName
{
color: #0AF193;
}
.AnyTagClassName
{
color: #0AF193;
}
</style>
background-color css
<style>
a { background-color: #0AF193; }
a { background-color: rgb(10,241,147); }
div.DivClassName
{
background-color: #0AF193;
}
.BgClassName
{
background-color: #0AF193;
}
</style>
border-color css
<style>
span { border-color: #0AF193; }
span { border-color: rgb(10,241,147); }
td.TdClassName
{
border-color: #0AF193;
}
.TagClassName
{
border-color: #0AF193;
}
</style>