Shades of Spring Green #0AF887
Tints of Spring Green #0AF887
RGB
CMYK
RGB Variations
Color information
#0AF887 (or 0x0AF887) is known color: Spring Green. HEX triplet: 0A, F8 and 87. RGB value is (10,248,135). Sum of RGB (Red+Green+Blue) = 10+248+135=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 248 (97.27% from 255 or 63.10% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF887 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF887 is #F50778. Grayscale: #A4A4A4. Windows color (decimal): -16058233 or 8910858. OLE color: 8910858.
HSL color Cylindrical-coordinate representation of color #0AF887: hue angle of 151.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF887 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 135 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.03 |
| HSL | 151.51º | 0.94% | 0.51% | - |
| HSV(B) | 151.51º | 0.96% | 0.97% | - |
| XYZ | 38.07 | 68.95 | 34.22 | - |
| YUV | 163.96 | 111.65 | 18.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 135 | 0.96 | 0 | 0.46 | 0.03 | 151.51 | 0.94 | 0.51 |
| Hex | A | F8 | 87 | 60 | 0 | 2E | 3 | 98 | 5E | 33 |
| Octal | 12 | 370 | 207 | 140 | 0 | 56 | 3 | 230 | 136 | 63 |
| Binary | 1010 | 11111000 | 10000111 | 1100000 | 0 | 101110 | 11 | 10011000 | 1011110 | 110011 |
Color Harmonies of #0AF887
Complementary color
Monochromatic Colors of #0AF887
Black with #0AF887
Text Example
Text Example
White with #0AF887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF887; }
p { color: rgb(10,248,135); }
H1.HeaderClassName
{
color: #0AF887;
}
.AnyTagClassName
{
color: #0AF887;
}
</style>
background-color css
<style>
a { background-color: #0AF887; }
a { background-color: rgb(10,248,135); }
div.DivClassName
{
background-color: #0AF887;
}
.BgClassName
{
background-color: #0AF887;
}
</style>
border-color css
<style>
span { border-color: #0AF887; }
span { border-color: rgb(10,248,135); }
td.TdClassName
{
border-color: #0AF887;
}
.TagClassName
{
border-color: #0AF887;
}
</style>