Html Css Color HEX #0AF498 Medium Spring Green
📋 copy color: '#0AF498'red 10 ◦ green 244 ◦ blue 152
Shades of Medium Spring Green #0AF498
Tints of Medium Spring Green #0AF498
RGB
CMYK
RGB Variations
Color information
#0AF498 (or 0x0AF498) is known color: Medium Spring Green. HEX triplet: 0A, F4 and 98. RGB value is (10,244,152). Sum of RGB (Red+Green+Blue) = 10+244+152=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 244 (95.70% from 255 or 60.10% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 244 - color contains mainly: green. Hex color #0AF498 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF498 is #F50B67. Grayscale: #A3A3A3. Windows color (decimal): -16059240 or 10023946. OLE color: 10023946.
HSL color Cylindrical-coordinate representation of color #0AF498: hue angle of 156.41º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF498 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 244 | 152 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.04 |
| HSL | 156.41º | 0.92% | 0.5% | - |
| HSV(B) | 156.41º | 0.96% | 0.96% | - |
| XYZ | 38.14 | 67.03 | 40.63 | - |
| YUV | 163.55 | 121.48 | 18.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 244 | 152 | 0.96 | 0 | 0.38 | 0.04 | 156.41 | 0.92 | 0.5 |
| Hex | A | F4 | 98 | 60 | 0 | 26 | 4 | 9C | 5C | 32 |
| Octal | 12 | 364 | 230 | 140 | 0 | 46 | 4 | 234 | 134 | 62 |
| Binary | 1010 | 11110100 | 10011000 | 1100000 | 0 | 100110 | 100 | 10011100 | 1011100 | 110010 |
Color Harmonies of #0AF498
Complementary color
Monochromatic Colors of #0AF498
Black with #0AF498
Text Example
Text Example
White with #0AF498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF498; }
p { color: rgb(10,244,152); }
H1.HeaderClassName
{
color: #0AF498;
}
.AnyTagClassName
{
color: #0AF498;
}
</style>
background-color css
<style>
a { background-color: #0AF498; }
a { background-color: rgb(10,244,152); }
div.DivClassName
{
background-color: #0AF498;
}
.BgClassName
{
background-color: #0AF498;
}
</style>
border-color css
<style>
span { border-color: #0AF498; }
span { border-color: rgb(10,244,152); }
td.TdClassName
{
border-color: #0AF498;
}
.TagClassName
{
border-color: #0AF498;
}
</style>