Shades of Spring Green #0AF087
Tints of Spring Green #0AF087
RGB
CMYK
RGB Variations
Color information
#0AF087 (or 0x0AF087) is known color: Spring Green. HEX triplet: 0A, F0 and 87. RGB value is (10,240,135). Sum of RGB (Red+Green+Blue) = 10+240+135=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF087 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF087 is #F50F78. Grayscale: #9F9F9F. Windows color (decimal): -16060281 or 8908810. OLE color: 8908810.
HSL color Cylindrical-coordinate representation of color #0AF087: hue angle of 152.61º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF087 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 135 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.06 |
| HSL | 152.61º | 0.92% | 0.49% | - |
| HSV(B) | 152.61º | 0.96% | 0.94% | - |
| XYZ | 35.66 | 64.13 | 33.42 | - |
| YUV | 159.26 | 114.3 | 21.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 135 | 0.96 | 0 | 0.44 | 0.06 | 152.61 | 0.92 | 0.49 |
| Hex | A | F0 | 87 | 60 | 0 | 2C | 6 | 99 | 5C | 31 |
| Octal | 12 | 360 | 207 | 140 | 0 | 54 | 6 | 231 | 134 | 61 |
| Binary | 1010 | 11110000 | 10000111 | 1100000 | 0 | 101100 | 110 | 10011001 | 1011100 | 110001 |
Color Harmonies of #0AF087
Complementary color
Monochromatic Colors of #0AF087
Black with #0AF087
Text Example
Text Example
White with #0AF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF087; }
p { color: rgb(10,240,135); }
H1.HeaderClassName
{
color: #0AF087;
}
.AnyTagClassName
{
color: #0AF087;
}
</style>
background-color css
<style>
a { background-color: #0AF087; }
a { background-color: rgb(10,240,135); }
div.DivClassName
{
background-color: #0AF087;
}
.BgClassName
{
background-color: #0AF087;
}
</style>
border-color css
<style>
span { border-color: #0AF087; }
span { border-color: rgb(10,240,135); }
td.TdClassName
{
border-color: #0AF087;
}
.TagClassName
{
border-color: #0AF087;
}
</style>