Html Css Color HEX #0AFEBF Medium Spring Green
📋 copy color: '#0AFEBF'red 10 ◦ green 254 ◦ blue 191
Shades of Medium Spring Green #0AFEBF
Tints of Medium Spring Green #0AFEBF
RGB
CMYK
RGB Variations
Color information
#0AFEBF (or 0x0AFEBF) is known color: Medium Spring Green. HEX triplet: 0A, FE and BF. RGB value is (10,254,191). Sum of RGB (Red+Green+Blue) = 10+254+191=455 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFEBF is #F50140. Grayscale: #ADADAD. Windows color (decimal): -16056641 or 12582410. OLE color: 12582410.
HSL color Cylindrical-coordinate representation of color #0AFEBF: hue angle of 164.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFEBF is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 191 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.00 |
| HSL | 164.51º | 0.99% | 0.52% | - |
| HSV(B) | 164.51º | 0.96% | 1% | - |
| XYZ | 44.97 | 74.71 | 61.34 | - |
| YUV | 173.86 | 137.66 | 11.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 191 | 0.96 | 0 | 0.25 | 0.00 | 164.51 | 0.99 | 0.52 |
| Hex | A | FE | BF | 60 | 0 | 19 | 0 | A5 | 63 | 34 |
| Octal | 12 | 376 | 277 | 140 | 0 | 31 | 0 | 245 | 143 | 64 |
| Binary | 1010 | 11111110 | 10111111 | 1100000 | 0 | 11001 | 0 | 10100101 | 1100011 | 110100 |
Color Harmonies of #0AFEBF
Complementary color
Monochromatic Colors of #0AFEBF
Black with #0AFEBF
Text Example
Text Example
White with #0AFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEBF; }
p { color: rgb(10,254,191); }
H1.HeaderClassName
{
color: #0AFEBF;
}
.AnyTagClassName
{
color: #0AFEBF;
}
</style>
background-color css
<style>
a { background-color: #0AFEBF; }
a { background-color: rgb(10,254,191); }
div.DivClassName
{
background-color: #0AFEBF;
}
.BgClassName
{
background-color: #0AFEBF;
}
</style>
border-color css
<style>
span { border-color: #0AFEBF; }
span { border-color: rgb(10,254,191); }
td.TdClassName
{
border-color: #0AFEBF;
}
.TagClassName
{
border-color: #0AFEBF;
}
</style>