Html Css Color HEX #0AF298 Medium Spring Green
📋 copy color: '#0AF298'red 10 ◦ green 242 ◦ blue 152
Shades of Medium Spring Green #0AF298
Tints of Medium Spring Green #0AF298
RGB
CMYK
RGB Variations
Color information
#0AF298 (or 0x0AF298) is known color: Medium Spring Green. HEX triplet: 0A, F2 and 98. RGB value is (10,242,152). Sum of RGB (Red+Green+Blue) = 10+242+152=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF298 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF298 is #F50D67. Grayscale: #A2A2A2. Windows color (decimal): -16059752 or 10023434. OLE color: 10023434.
HSL color Cylindrical-coordinate representation of color #0AF298: hue angle of 156.72º 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 #0AF298 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 152 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.05 |
| HSL | 156.72º | 0.92% | 0.49% | - |
| HSV(B) | 156.72º | 0.96% | 0.95% | - |
| XYZ | 37.54 | 65.84 | 40.43 | - |
| YUV | 162.37 | 122.14 | 19.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 152 | 0.96 | 0 | 0.37 | 0.05 | 156.72 | 0.92 | 0.49 |
| Hex | A | F2 | 98 | 60 | 0 | 25 | 5 | 9D | 5C | 31 |
| Octal | 12 | 362 | 230 | 140 | 0 | 45 | 5 | 235 | 134 | 61 |
| Binary | 1010 | 11110010 | 10011000 | 1100000 | 0 | 100101 | 101 | 10011101 | 1011100 | 110001 |
Color Harmonies of #0AF298
Complementary color
Monochromatic Colors of #0AF298
Black with #0AF298
Text Example
Text Example
White with #0AF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF298; }
p { color: rgb(10,242,152); }
H1.HeaderClassName
{
color: #0AF298;
}
.AnyTagClassName
{
color: #0AF298;
}
</style>
background-color css
<style>
a { background-color: #0AF298; }
a { background-color: rgb(10,242,152); }
div.DivClassName
{
background-color: #0AF298;
}
.BgClassName
{
background-color: #0AF298;
}
</style>
border-color css
<style>
span { border-color: #0AF298; }
span { border-color: rgb(10,242,152); }
td.TdClassName
{
border-color: #0AF298;
}
.TagClassName
{
border-color: #0AF298;
}
</style>