Html Css Color HEX #0AFE90 Medium Spring Green
📋 copy color: '#0AFE90'red 10 ◦ green 254 ◦ blue 144
Shades of Medium Spring Green #0AFE90
Tints of Medium Spring Green #0AFE90
RGB
CMYK
RGB Variations
Color information
#0AFE90 (or 0x0AFE90) is known color: Medium Spring Green. HEX triplet: 0A, FE and 90. RGB value is (10,254,144). Sum of RGB (Red+Green+Blue) = 10+254+144=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 254 (99.61% from 255 or 62.25% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE90 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFE90 is #F5016F. Grayscale: #A8A8A8. Windows color (decimal): -16056688 or 9502218. OLE color: 9502218.
HSL color Cylindrical-coordinate representation of color #0AFE90: hue angle of 152.95º 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 #0AFE90 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 144 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.00 |
| HSL | 152.95º | 0.99% | 0.52% | - |
| HSV(B) | 152.95º | 0.96% | 1% | - |
| XYZ | 40.6 | 72.96 | 38.33 | - |
| YUV | 168.5 | 114.16 | 14.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 144 | 0.96 | 0 | 0.43 | 0.00 | 152.95 | 0.99 | 0.52 |
| Hex | A | FE | 90 | 60 | 0 | 2B | 0 | 99 | 63 | 34 |
| Octal | 12 | 376 | 220 | 140 | 0 | 53 | 0 | 231 | 143 | 64 |
| Binary | 1010 | 11111110 | 10010000 | 1100000 | 0 | 101011 | 0 | 10011001 | 1100011 | 110100 |
Color Harmonies of #0AFE90
Complementary color
Monochromatic Colors of #0AFE90
Black with #0AFE90
Text Example
Text Example
White with #0AFE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE90; }
p { color: rgb(10,254,144); }
H1.HeaderClassName
{
color: #0AFE90;
}
.AnyTagClassName
{
color: #0AFE90;
}
</style>
background-color css
<style>
a { background-color: #0AFE90; }
a { background-color: rgb(10,254,144); }
div.DivClassName
{
background-color: #0AFE90;
}
.BgClassName
{
background-color: #0AFE90;
}
</style>
border-color css
<style>
span { border-color: #0AFE90; }
span { border-color: rgb(10,254,144); }
td.TdClassName
{
border-color: #0AFE90;
}
.TagClassName
{
border-color: #0AFE90;
}
</style>