Html Css Color HEX #0AF894 Medium Spring Green
📋 copy color: '#0AF894'red 10 ◦ green 248 ◦ blue 148
Shades of Medium Spring Green #0AF894
Tints of Medium Spring Green #0AF894
RGB
CMYK
RGB Variations
Color information
#0AF894 (or 0x0AF894) is known color: Medium Spring Green. HEX triplet: 0A, F8 and 94. RGB value is (10,248,148). Sum of RGB (Red+Green+Blue) = 10+248+148=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 248 (97.27% from 255 or 61.08% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF894 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF894 is #F5076B. Grayscale: #A5A5A5. Windows color (decimal): -16058220 or 9762826. OLE color: 9762826.
HSL color Cylindrical-coordinate representation of color #0AF894: hue angle of 154.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF894 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 148 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.03 |
| HSL | 154.79º | 0.94% | 0.51% | - |
| HSV(B) | 154.79º | 0.96% | 0.97% | - |
| XYZ | 39.04 | 69.34 | 39.34 | - |
| YUV | 165.44 | 118.15 | 17.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 148 | 0.96 | 0 | 0.40 | 0.03 | 154.79 | 0.94 | 0.51 |
| Hex | A | F8 | 94 | 60 | 0 | 28 | 3 | 9B | 5E | 33 |
| Octal | 12 | 370 | 224 | 140 | 0 | 50 | 3 | 233 | 136 | 63 |
| Binary | 1010 | 11111000 | 10010100 | 1100000 | 0 | 101000 | 11 | 10011011 | 1011110 | 110011 |
Color Harmonies of #0AF894
Complementary color
Monochromatic Colors of #0AF894
Black with #0AF894
Text Example
Text Example
White with #0AF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF894; }
p { color: rgb(10,248,148); }
H1.HeaderClassName
{
color: #0AF894;
}
.AnyTagClassName
{
color: #0AF894;
}
</style>
background-color css
<style>
a { background-color: #0AF894; }
a { background-color: rgb(10,248,148); }
div.DivClassName
{
background-color: #0AF894;
}
.BgClassName
{
background-color: #0AF894;
}
</style>
border-color css
<style>
span { border-color: #0AF894; }
span { border-color: rgb(10,248,148); }
td.TdClassName
{
border-color: #0AF894;
}
.TagClassName
{
border-color: #0AF894;
}
</style>