Shades of Spring Green #0AFE5D
Tints of Spring Green #0AFE5D
RGB
CMYK
RGB Variations
Color information
#0AFE5D (or 0x0AFE5D) is known color: Spring Green. HEX triplet: 0A, FE and 5D. RGB value is (10,254,93). Sum of RGB (Red+Green+Blue) = 10+254+93=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFE5D is #F501A2. Grayscale: #A3A3A3. Windows color (decimal): -16056739 or 6159882. OLE color: 6159882.
HSL color Cylindrical-coordinate representation of color #0AFE5D: hue angle of 140.41º 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 #0AFE5D is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 93 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.00 |
| HSL | 140.41º | 0.99% | 0.52% | - |
| HSV(B) | 140.41º | 0.96% | 1% | - |
| XYZ | 37.54 | 71.74 | 22.22 | - |
| YUV | 162.69 | 88.66 | 19.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 93 | 0.96 | 0 | 0.63 | 0.00 | 140.41 | 0.99 | 0.52 |
| Hex | A | FE | 5D | 60 | 0 | 3F | 0 | 8C | 63 | 34 |
| Octal | 12 | 376 | 135 | 140 | 0 | 77 | 0 | 214 | 143 | 64 |
| Binary | 1010 | 11111110 | 1011101 | 1100000 | 0 | 111111 | 0 | 10001100 | 1100011 | 110100 |
Color Harmonies of #0AFE5D
Complementary color
Monochromatic Colors of #0AFE5D
Black with #0AFE5D
Text Example
Text Example
White with #0AFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE5D; }
p { color: rgb(10,254,93); }
H1.HeaderClassName
{
color: #0AFE5D;
}
.AnyTagClassName
{
color: #0AFE5D;
}
</style>
background-color css
<style>
a { background-color: #0AFE5D; }
a { background-color: rgb(10,254,93); }
div.DivClassName
{
background-color: #0AFE5D;
}
.BgClassName
{
background-color: #0AFE5D;
}
</style>
border-color css
<style>
span { border-color: #0AFE5D; }
span { border-color: rgb(10,254,93); }
td.TdClassName
{
border-color: #0AFE5D;
}
.TagClassName
{
border-color: #0AFE5D;
}
</style>