Html Css Color HEX #0AFEBA Medium Spring Green
📋 copy color: '#0AFEBA'red 10 ◦ green 254 ◦ blue 186
Shades of Medium Spring Green #0AFEBA
Tints of Medium Spring Green #0AFEBA
RGB
CMYK
RGB Variations
Color information
#0AFEBA (or 0x0AFEBA) is known color: Medium Spring Green. HEX triplet: 0A, FE and BA. RGB value is (10,254,186). Sum of RGB (Red+Green+Blue) = 10+254+186=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 254 (99.61% from 255 or 56.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFEBA is #F50145. Grayscale: #ADADAD. Windows color (decimal): -16056646 or 12254730. OLE color: 12254730.
HSL color Cylindrical-coordinate representation of color #0AFEBA: hue angle of 163.28º 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 #0AFEBA is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 186 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.00 |
| HSL | 163.28º | 0.99% | 0.52% | - |
| HSV(B) | 163.28º | 0.96% | 1% | - |
| XYZ | 44.43 | 74.49 | 58.49 | - |
| YUV | 173.29 | 135.16 | 11.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 186 | 0.96 | 0 | 0.27 | 0.00 | 163.28 | 0.99 | 0.52 |
| Hex | A | FE | BA | 60 | 0 | 1B | 0 | A3 | 63 | 34 |
| Octal | 12 | 376 | 272 | 140 | 0 | 33 | 0 | 243 | 143 | 64 |
| Binary | 1010 | 11111110 | 10111010 | 1100000 | 0 | 11011 | 0 | 10100011 | 1100011 | 110100 |
Color Harmonies of #0AFEBA
Complementary color
Monochromatic Colors of #0AFEBA
Black with #0AFEBA
Text Example
Text Example
White with #0AFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEBA; }
p { color: rgb(10,254,186); }
H1.HeaderClassName
{
color: #0AFEBA;
}
.AnyTagClassName
{
color: #0AFEBA;
}
</style>
background-color css
<style>
a { background-color: #0AFEBA; }
a { background-color: rgb(10,254,186); }
div.DivClassName
{
background-color: #0AFEBA;
}
.BgClassName
{
background-color: #0AFEBA;
}
</style>
border-color css
<style>
span { border-color: #0AFEBA; }
span { border-color: rgb(10,254,186); }
td.TdClassName
{
border-color: #0AFEBA;
}
.TagClassName
{
border-color: #0AFEBA;
}
</style>