Shades of Spring Green #0AF07B
Tints of Spring Green #0AF07B
RGB
CMYK
RGB Variations
Color information
#0AF07B (or 0x0AF07B) is known color: Spring Green. HEX triplet: 0A, F0 and 7B. RGB value is (10,240,123). Sum of RGB (Red+Green+Blue) = 10+240+123=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF07B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF07B is #F50F84. Grayscale: #9E9E9E. Windows color (decimal): -16060293 or 8122378. OLE color: 8122378.
HSL color Cylindrical-coordinate representation of color #0AF07B: hue angle of 149.48º 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 #0AF07B is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 123 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.06 |
| HSL | 149.48º | 0.92% | 0.49% | - |
| HSV(B) | 149.48º | 0.96% | 0.94% | - |
| XYZ | 34.86 | 63.81 | 29.22 | - |
| YUV | 157.89 | 108.3 | 22.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 123 | 0.96 | 0 | 0.49 | 0.06 | 149.48 | 0.92 | 0.49 |
| Hex | A | F0 | 7B | 60 | 0 | 31 | 6 | 95 | 5C | 31 |
| Octal | 12 | 360 | 173 | 140 | 0 | 61 | 6 | 225 | 134 | 61 |
| Binary | 1010 | 11110000 | 1111011 | 1100000 | 0 | 110001 | 110 | 10010101 | 1011100 | 110001 |
Color Harmonies of #0AF07B
Complementary color
Monochromatic Colors of #0AF07B
Black with #0AF07B
Text Example
Text Example
White with #0AF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF07B; }
p { color: rgb(10,240,123); }
H1.HeaderClassName
{
color: #0AF07B;
}
.AnyTagClassName
{
color: #0AF07B;
}
</style>
background-color css
<style>
a { background-color: #0AF07B; }
a { background-color: rgb(10,240,123); }
div.DivClassName
{
background-color: #0AF07B;
}
.BgClassName
{
background-color: #0AF07B;
}
</style>
border-color css
<style>
span { border-color: #0AF07B; }
span { border-color: rgb(10,240,123); }
td.TdClassName
{
border-color: #0AF07B;
}
.TagClassName
{
border-color: #0AF07B;
}
</style>