Shades of Spring Green #0AFE83
Tints of Spring Green #0AFE83
RGB
CMYK
RGB Variations
Color information
#0AFE83 (or 0x0AFE83) is known color: Spring Green. HEX triplet: 0A, FE and 83. RGB value is (10,254,131). Sum of RGB (Red+Green+Blue) = 10+254+131=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 254 (99.61% from 255 or 64.30% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE83 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFE83 is #F5017C. Grayscale: #A7A7A7. Windows color (decimal): -16056701 or 8650250. OLE color: 8650250.
HSL color Cylindrical-coordinate representation of color #0AFE83: hue angle of 149.75º 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 #0AFE83 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 131 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.00 |
| HSL | 149.75º | 0.99% | 0.52% | - |
| HSV(B) | 149.75º | 0.96% | 1% | - |
| XYZ | 39.66 | 72.59 | 33.39 | - |
| YUV | 167.02 | 107.66 | 16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 131 | 0.96 | 0 | 0.48 | 0.00 | 149.75 | 0.99 | 0.52 |
| Hex | A | FE | 83 | 60 | 0 | 30 | 0 | 96 | 63 | 34 |
| Octal | 12 | 376 | 203 | 140 | 0 | 60 | 0 | 226 | 143 | 64 |
| Binary | 1010 | 11111110 | 10000011 | 1100000 | 0 | 110000 | 0 | 10010110 | 1100011 | 110100 |
Color Harmonies of #0AFE83
Complementary color
Monochromatic Colors of #0AFE83
Black with #0AFE83
Text Example
Text Example
White with #0AFE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE83; }
p { color: rgb(10,254,131); }
H1.HeaderClassName
{
color: #0AFE83;
}
.AnyTagClassName
{
color: #0AFE83;
}
</style>
background-color css
<style>
a { background-color: #0AFE83; }
a { background-color: rgb(10,254,131); }
div.DivClassName
{
background-color: #0AFE83;
}
.BgClassName
{
background-color: #0AFE83;
}
</style>
border-color css
<style>
span { border-color: #0AFE83; }
span { border-color: rgb(10,254,131); }
td.TdClassName
{
border-color: #0AFE83;
}
.TagClassName
{
border-color: #0AFE83;
}
</style>