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