Html Css Color HEX #0AFEBE Medium Spring Green
📋 copy color: '#0AFEBE'red 10 ◦ green 254 ◦ blue 190
Shades of Medium Spring Green #0AFEBE
Tints of Medium Spring Green #0AFEBE
RGB
CMYK
RGB Variations
Color information
#0AFEBE (or 0x0AFEBE) is known color: Medium Spring Green. HEX triplet: 0A, FE and BE. RGB value is (10,254,190). Sum of RGB (Red+Green+Blue) = 10+254+190=454 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFEBE is #F50141. Grayscale: #ADADAD. Windows color (decimal): -16056642 or 12516874. OLE color: 12516874.
HSL color Cylindrical-coordinate representation of color #0AFEBE: hue angle of 164.26º 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 #0AFEBE is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 190 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.00 |
| HSL | 164.26º | 0.99% | 0.52% | - |
| HSV(B) | 164.26º | 0.96% | 1% | - |
| XYZ | 44.86 | 74.67 | 60.76 | - |
| YUV | 173.75 | 137.16 | 11.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 190 | 0.96 | 0 | 0.25 | 0.00 | 164.26 | 0.99 | 0.52 |
| Hex | A | FE | BE | 60 | 0 | 19 | 0 | A4 | 63 | 34 |
| Octal | 12 | 376 | 276 | 140 | 0 | 31 | 0 | 244 | 143 | 64 |
| Binary | 1010 | 11111110 | 10111110 | 1100000 | 0 | 11001 | 0 | 10100100 | 1100011 | 110100 |
Color Harmonies of #0AFEBE
Complementary color
Monochromatic Colors of #0AFEBE
Black with #0AFEBE
Text Example
Text Example
White with #0AFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEBE; }
p { color: rgb(10,254,190); }
H1.HeaderClassName
{
color: #0AFEBE;
}
.AnyTagClassName
{
color: #0AFEBE;
}
</style>
background-color css
<style>
a { background-color: #0AFEBE; }
a { background-color: rgb(10,254,190); }
div.DivClassName
{
background-color: #0AFEBE;
}
.BgClassName
{
background-color: #0AFEBE;
}
</style>
border-color css
<style>
span { border-color: #0AFEBE; }
span { border-color: rgb(10,254,190); }
td.TdClassName
{
border-color: #0AFEBE;
}
.TagClassName
{
border-color: #0AFEBE;
}
</style>