Html Css Color HEX #0AF295 Medium Spring Green
📋 copy color: '#0AF295'red 10 ◦ green 242 ◦ blue 149
Shades of Medium Spring Green #0AF295
Tints of Medium Spring Green #0AF295
RGB
CMYK
RGB Variations
Color information
#0AF295 (or 0x0AF295) is known color: Medium Spring Green. HEX triplet: 0A, F2 and 95. RGB value is (10,242,149). Sum of RGB (Red+Green+Blue) = 10+242+149=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF295 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF295 is #F50D6A. Grayscale: #A2A2A2. Windows color (decimal): -16059755 or 9826826. OLE color: 9826826.
HSL color Cylindrical-coordinate representation of color #0AF295: hue angle of 155.95º 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 #0AF295 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 149 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.05 |
| HSL | 155.95º | 0.92% | 0.49% | - |
| HSV(B) | 155.95º | 0.96% | 0.95% | - |
| XYZ | 37.3 | 65.74 | 39.16 | - |
| YUV | 162.03 | 120.64 | 19.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 149 | 0.96 | 0 | 0.38 | 0.05 | 155.95 | 0.92 | 0.49 |
| Hex | A | F2 | 95 | 60 | 0 | 26 | 5 | 9C | 5C | 31 |
| Octal | 12 | 362 | 225 | 140 | 0 | 46 | 5 | 234 | 134 | 61 |
| Binary | 1010 | 11110010 | 10010101 | 1100000 | 0 | 100110 | 101 | 10011100 | 1011100 | 110001 |
Color Harmonies of #0AF295
Complementary color
Monochromatic Colors of #0AF295
Black with #0AF295
Text Example
Text Example
White with #0AF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF295; }
p { color: rgb(10,242,149); }
H1.HeaderClassName
{
color: #0AF295;
}
.AnyTagClassName
{
color: #0AF295;
}
</style>
background-color css
<style>
a { background-color: #0AF295; }
a { background-color: rgb(10,242,149); }
div.DivClassName
{
background-color: #0AF295;
}
.BgClassName
{
background-color: #0AF295;
}
</style>
border-color css
<style>
span { border-color: #0AF295; }
span { border-color: rgb(10,242,149); }
td.TdClassName
{
border-color: #0AF295;
}
.TagClassName
{
border-color: #0AF295;
}
</style>