Html Css Color HEX #0AF192 Medium Spring Green
📋 copy color: '#0AF192'red 10 ◦ green 241 ◦ blue 146
Shades of Medium Spring Green #0AF192
Tints of Medium Spring Green #0AF192
RGB
CMYK
RGB Variations
Color information
#0AF192 (or 0x0AF192) is known color: Medium Spring Green. HEX triplet: 0A, F1 and 92. RGB value is (10,241,146). Sum of RGB (Red+Green+Blue) = 10+241+146=397 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.52% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF192 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF192 is #F50E6D. Grayscale: #A1A1A1. Windows color (decimal): -16060014 or 9629962. OLE color: 9629962.
HSL color Cylindrical-coordinate representation of color #0AF192: hue angle of 155.32º 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 #0AF192 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 146 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.05 |
| HSL | 155.32º | 0.92% | 0.49% | - |
| HSV(B) | 155.32º | 0.96% | 0.95% | - |
| XYZ | 36.77 | 65.05 | 37.81 | - |
| YUV | 161.1 | 119.47 | 20.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 146 | 0.96 | 0 | 0.39 | 0.05 | 155.32 | 0.92 | 0.49 |
| Hex | A | F1 | 92 | 60 | 0 | 27 | 5 | 9B | 5C | 31 |
| Octal | 12 | 361 | 222 | 140 | 0 | 47 | 5 | 233 | 134 | 61 |
| Binary | 1010 | 11110001 | 10010010 | 1100000 | 0 | 100111 | 101 | 10011011 | 1011100 | 110001 |
Color Harmonies of #0AF192
Complementary color
Monochromatic Colors of #0AF192
Black with #0AF192
Text Example
Text Example
White with #0AF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF192; }
p { color: rgb(10,241,146); }
H1.HeaderClassName
{
color: #0AF192;
}
.AnyTagClassName
{
color: #0AF192;
}
</style>
background-color css
<style>
a { background-color: #0AF192; }
a { background-color: rgb(10,241,146); }
div.DivClassName
{
background-color: #0AF192;
}
.BgClassName
{
background-color: #0AF192;
}
</style>
border-color css
<style>
span { border-color: #0AF192; }
span { border-color: rgb(10,241,146); }
td.TdClassName
{
border-color: #0AF192;
}
.TagClassName
{
border-color: #0AF192;
}
</style>