Shades of Spring Green #0AFE7D
Tints of Spring Green #0AFE7D
RGB
CMYK
RGB Variations
Color information
#0AFE7D (or 0x0AFE7D) is known color: Spring Green. HEX triplet: 0A, FE and 7D. RGB value is (10,254,125). Sum of RGB (Red+Green+Blue) = 10+254+125=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 254 (99.61% from 255 or 65.30% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFE7D is #F50182. Grayscale: #A6A6A6. Windows color (decimal): -16056707 or 8257034. OLE color: 8257034.
HSL color Cylindrical-coordinate representation of color #0AFE7D: hue angle of 148.28º 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 #0AFE7D is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 125 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.00 |
| HSL | 148.28º | 0.99% | 0.52% | - |
| HSV(B) | 148.28º | 0.96% | 1% | - |
| XYZ | 39.27 | 72.43 | 31.31 | - |
| YUV | 166.34 | 104.66 | 16.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 125 | 0.96 | 0 | 0.51 | 0.00 | 148.28 | 0.99 | 0.52 |
| Hex | A | FE | 7D | 60 | 0 | 33 | 0 | 94 | 63 | 34 |
| Octal | 12 | 376 | 175 | 140 | 0 | 63 | 0 | 224 | 143 | 64 |
| Binary | 1010 | 11111110 | 1111101 | 1100000 | 0 | 110011 | 0 | 10010100 | 1100011 | 110100 |
Color Harmonies of #0AFE7D
Complementary color
Monochromatic Colors of #0AFE7D
Black with #0AFE7D
Text Example
Text Example
White with #0AFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE7D; }
p { color: rgb(10,254,125); }
H1.HeaderClassName
{
color: #0AFE7D;
}
.AnyTagClassName
{
color: #0AFE7D;
}
</style>
background-color css
<style>
a { background-color: #0AFE7D; }
a { background-color: rgb(10,254,125); }
div.DivClassName
{
background-color: #0AFE7D;
}
.BgClassName
{
background-color: #0AFE7D;
}
</style>
border-color css
<style>
span { border-color: #0AFE7D; }
span { border-color: rgb(10,254,125); }
td.TdClassName
{
border-color: #0AFE7D;
}
.TagClassName
{
border-color: #0AFE7D;
}
</style>