Shades of Spring Green #0AFE8C
Tints of Spring Green #0AFE8C
RGB
CMYK
RGB Variations
Color information
#0AFE8C (or 0x0AFE8C) is known color: Spring Green. HEX triplet: 0A, FE and 8C. RGB value is (10,254,140). Sum of RGB (Red+Green+Blue) = 10+254+140=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 254 (99.61% from 255 or 62.87% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFE8C is #F50173. Grayscale: #A8A8A8. Windows color (decimal): -16056692 or 9240074. OLE color: 9240074.
HSL color Cylindrical-coordinate representation of color #0AFE8C: hue angle of 151.97º 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 #0AFE8C is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 140 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.00 |
| HSL | 151.97º | 0.99% | 0.52% | - |
| HSV(B) | 151.97º | 0.96% | 1% | - |
| XYZ | 40.3 | 72.84 | 36.75 | - |
| YUV | 168.05 | 112.16 | 15.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 140 | 0.96 | 0 | 0.45 | 0.00 | 151.97 | 0.99 | 0.52 |
| Hex | A | FE | 8C | 60 | 0 | 2D | 0 | 98 | 63 | 34 |
| Octal | 12 | 376 | 214 | 140 | 0 | 55 | 0 | 230 | 143 | 64 |
| Binary | 1010 | 11111110 | 10001100 | 1100000 | 0 | 101101 | 0 | 10011000 | 1100011 | 110100 |
Color Harmonies of #0AFE8C
Complementary color
Monochromatic Colors of #0AFE8C
Black with #0AFE8C
Text Example
Text Example
White with #0AFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE8C; }
p { color: rgb(10,254,140); }
H1.HeaderClassName
{
color: #0AFE8C;
}
.AnyTagClassName
{
color: #0AFE8C;
}
</style>
background-color css
<style>
a { background-color: #0AFE8C; }
a { background-color: rgb(10,254,140); }
div.DivClassName
{
background-color: #0AFE8C;
}
.BgClassName
{
background-color: #0AFE8C;
}
</style>
border-color css
<style>
span { border-color: #0AFE8C; }
span { border-color: rgb(10,254,140); }
td.TdClassName
{
border-color: #0AFE8C;
}
.TagClassName
{
border-color: #0AFE8C;
}
</style>