Shades of Spring Green #0AFE5E
Tints of Spring Green #0AFE5E
RGB
CMYK
RGB Variations
Color information
#0AFE5E (or 0x0AFE5E) is known color: Spring Green. HEX triplet: 0A, FE and 5E. RGB value is (10,254,94). Sum of RGB (Red+Green+Blue) = 10+254+94=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 254 (99.61% from 255 or 70.95% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFE5E is #F501A1. Grayscale: #A3A3A3. Windows color (decimal): -16056738 or 6225418. OLE color: 6225418.
HSL color Cylindrical-coordinate representation of color #0AFE5E: hue angle of 140.66º 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 #0AFE5E is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 94 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.00 |
| HSL | 140.66º | 0.99% | 0.52% | - |
| HSV(B) | 140.66º | 0.96% | 1% | - |
| XYZ | 37.59 | 71.76 | 22.46 | - |
| YUV | 162.8 | 89.16 | 19.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 94 | 0.96 | 0 | 0.63 | 0.00 | 140.66 | 0.99 | 0.52 |
| Hex | A | FE | 5E | 60 | 0 | 3F | 0 | 8D | 63 | 34 |
| Octal | 12 | 376 | 136 | 140 | 0 | 77 | 0 | 215 | 143 | 64 |
| Binary | 1010 | 11111110 | 1011110 | 1100000 | 0 | 111111 | 0 | 10001101 | 1100011 | 110100 |
Color Harmonies of #0AFE5E
Complementary color
Monochromatic Colors of #0AFE5E
Black with #0AFE5E
Text Example
Text Example
White with #0AFE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE5E; }
p { color: rgb(10,254,94); }
H1.HeaderClassName
{
color: #0AFE5E;
}
.AnyTagClassName
{
color: #0AFE5E;
}
</style>
background-color css
<style>
a { background-color: #0AFE5E; }
a { background-color: rgb(10,254,94); }
div.DivClassName
{
background-color: #0AFE5E;
}
.BgClassName
{
background-color: #0AFE5E;
}
</style>
border-color css
<style>
span { border-color: #0AFE5E; }
span { border-color: rgb(10,254,94); }
td.TdClassName
{
border-color: #0AFE5E;
}
.TagClassName
{
border-color: #0AFE5E;
}
</style>