Html Css Color HEX #0FF9AC Medium Spring Green
📋 copy color: '#0FF9AC'red 15 ◦ green 249 ◦ blue 172
Shades of Medium Spring Green #0FF9AC
Tints of Medium Spring Green #0FF9AC
RGB
CMYK
RGB Variations
Color information
#0FF9AC (or 0x0FF9AC) is known color: Medium Spring Green. HEX triplet: 0F, F9 and AC. RGB value is (15,249,172). Sum of RGB (Red+Green+Blue) = 15+249+172=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF9AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF9AC is #F00653. Grayscale: #AAAAAA. Windows color (decimal): -15730260 or 11335951. OLE color: 11335951.
HSL color Cylindrical-coordinate representation of color #0FF9AC: hue angle of 160.26º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF9AC is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 172 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.02 |
| HSL | 160.26º | 0.95% | 0.52% | - |
| HSV(B) | 160.26º | 0.94% | 0.98% | - |
| XYZ | 41.52 | 70.83 | 50.51 | - |
| YUV | 170.26 | 128.98 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 172 | 0.94 | 0 | 0.31 | 0.02 | 160.26 | 0.95 | 0.52 |
| Hex | F | F9 | AC | 5E | 0 | 1F | 2 | A0 | 5F | 34 |
| Octal | 17 | 371 | 254 | 136 | 0 | 37 | 2 | 240 | 137 | 64 |
| Binary | 1111 | 11111001 | 10101100 | 1011110 | 0 | 11111 | 10 | 10100000 | 1011111 | 110100 |
Color Harmonies of #0FF9AC
Complementary color
Monochromatic Colors of #0FF9AC
Black with #0FF9AC
Text Example
Text Example
White with #0FF9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF9AC; }
p { color: rgb(15,249,172); }
H1.HeaderClassName
{
color: #0FF9AC;
}
.AnyTagClassName
{
color: #0FF9AC;
}
</style>
background-color css
<style>
a { background-color: #0FF9AC; }
a { background-color: rgb(15,249,172); }
div.DivClassName
{
background-color: #0FF9AC;
}
.BgClassName
{
background-color: #0FF9AC;
}
</style>
border-color css
<style>
span { border-color: #0FF9AC; }
span { border-color: rgb(15,249,172); }
td.TdClassName
{
border-color: #0FF9AC;
}
.TagClassName
{
border-color: #0FF9AC;
}
</style>