Shades of Spring Green #0AFE61
Tints of Spring Green #0AFE61
RGB
CMYK
RGB Variations
Color information
#0AFE61 (or 0x0AFE61) is known color: Spring Green. HEX triplet: 0A, FE and 61. RGB value is (10,254,97). Sum of RGB (Red+Green+Blue) = 10+254+97=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFE61 is #F5019E. Grayscale: #A3A3A3. Windows color (decimal): -16056735 or 6422026. OLE color: 6422026.
HSL color Cylindrical-coordinate representation of color #0AFE61: hue angle of 141.39º 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 #0AFE61 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 97 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.00 |
| HSL | 141.39º | 0.99% | 0.52% | - |
| HSV(B) | 141.39º | 0.96% | 1% | - |
| XYZ | 37.72 | 71.81 | 23.18 | - |
| YUV | 163.15 | 90.66 | 18.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 97 | 0.96 | 0 | 0.62 | 0.00 | 141.39 | 0.99 | 0.52 |
| Hex | A | FE | 61 | 60 | 0 | 3E | 0 | 8D | 63 | 34 |
| Octal | 12 | 376 | 141 | 140 | 0 | 76 | 0 | 215 | 143 | 64 |
| Binary | 1010 | 11111110 | 1100001 | 1100000 | 0 | 111110 | 0 | 10001101 | 1100011 | 110100 |
Color Harmonies of #0AFE61
Complementary color
Monochromatic Colors of #0AFE61
Black with #0AFE61
Text Example
Text Example
White with #0AFE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE61; }
p { color: rgb(10,254,97); }
H1.HeaderClassName
{
color: #0AFE61;
}
.AnyTagClassName
{
color: #0AFE61;
}
</style>
background-color css
<style>
a { background-color: #0AFE61; }
a { background-color: rgb(10,254,97); }
div.DivClassName
{
background-color: #0AFE61;
}
.BgClassName
{
background-color: #0AFE61;
}
</style>
border-color css
<style>
span { border-color: #0AFE61; }
span { border-color: rgb(10,254,97); }
td.TdClassName
{
border-color: #0AFE61;
}
.TagClassName
{
border-color: #0AFE61;
}
</style>