Html Css Color HEX #0AF190 Medium Spring Green
📋 copy color: '#0AF190'red 10 ◦ green 241 ◦ blue 144
Shades of Medium Spring Green #0AF190
Tints of Medium Spring Green #0AF190
RGB
CMYK
RGB Variations
Color information
#0AF190 (or 0x0AF190) is known color: Medium Spring Green. HEX triplet: 0A, F1 and 90. RGB value is (10,241,144). Sum of RGB (Red+Green+Blue) = 10+241+144=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 241 (94.53% from 255 or 61.01% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF190 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF190 is #F50E6F. Grayscale: #A1A1A1. Windows color (decimal): -16060016 or 9498890. OLE color: 9498890.
HSL color Cylindrical-coordinate representation of color #0AF190: hue angle of 154.81º 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 #0AF190 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 144 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.05 |
| HSL | 154.81º | 0.92% | 0.49% | - |
| HSV(B) | 154.81º | 0.96% | 0.95% | - |
| XYZ | 36.61 | 64.99 | 37 | - |
| YUV | 160.87 | 118.47 | 20.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 144 | 0.96 | 0 | 0.40 | 0.05 | 154.81 | 0.92 | 0.49 |
| Hex | A | F1 | 90 | 60 | 0 | 28 | 5 | 9B | 5C | 31 |
| Octal | 12 | 361 | 220 | 140 | 0 | 50 | 5 | 233 | 134 | 61 |
| Binary | 1010 | 11110001 | 10010000 | 1100000 | 0 | 101000 | 101 | 10011011 | 1011100 | 110001 |
Color Harmonies of #0AF190
Complementary color
Monochromatic Colors of #0AF190
Black with #0AF190
Text Example
Text Example
White with #0AF190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF190; }
p { color: rgb(10,241,144); }
H1.HeaderClassName
{
color: #0AF190;
}
.AnyTagClassName
{
color: #0AF190;
}
</style>
background-color css
<style>
a { background-color: #0AF190; }
a { background-color: rgb(10,241,144); }
div.DivClassName
{
background-color: #0AF190;
}
.BgClassName
{
background-color: #0AF190;
}
</style>
border-color css
<style>
span { border-color: #0AF190; }
span { border-color: rgb(10,241,144); }
td.TdClassName
{
border-color: #0AF190;
}
.TagClassName
{
border-color: #0AF190;
}
</style>