Shades of Spring Green #0AF76A
Tints of Spring Green #0AF76A
RGB
CMYK
RGB Variations
Color information
#0AF76A (or 0x0AF76A) is known color: Spring Green. HEX triplet: 0A, F7 and 6A. RGB value is (10,247,106). Sum of RGB (Red+Green+Blue) = 10+247+106=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 247 (96.88% from 255 or 68.04% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF76A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF76A is #F50895. Grayscale: #A0A0A0. Windows color (decimal): -16058518 or 7010058. OLE color: 7010058.
HSL color Cylindrical-coordinate representation of color #0AF76A: hue angle of 144.3º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF76A is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 106 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.03 |
| HSL | 144.3º | 0.94% | 0.5% | - |
| HSV(B) | 144.3º | 0.96% | 0.97% | - |
| XYZ | 35.99 | 67.63 | 24.79 | - |
| YUV | 160.06 | 97.48 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 106 | 0.96 | 0 | 0.57 | 0.03 | 144.3 | 0.94 | 0.5 |
| Hex | A | F7 | 6A | 60 | 0 | 39 | 3 | 90 | 5E | 32 |
| Octal | 12 | 367 | 152 | 140 | 0 | 71 | 3 | 220 | 136 | 62 |
| Binary | 1010 | 11110111 | 1101010 | 1100000 | 0 | 111001 | 11 | 10010000 | 1011110 | 110010 |
Color Harmonies of #0AF76A
Complementary color
Monochromatic Colors of #0AF76A
Black with #0AF76A
Text Example
Text Example
White with #0AF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF76A; }
p { color: rgb(10,247,106); }
H1.HeaderClassName
{
color: #0AF76A;
}
.AnyTagClassName
{
color: #0AF76A;
}
</style>
background-color css
<style>
a { background-color: #0AF76A; }
a { background-color: rgb(10,247,106); }
div.DivClassName
{
background-color: #0AF76A;
}
.BgClassName
{
background-color: #0AF76A;
}
</style>
border-color css
<style>
span { border-color: #0AF76A; }
span { border-color: rgb(10,247,106); }
td.TdClassName
{
border-color: #0AF76A;
}
.TagClassName
{
border-color: #0AF76A;
}
</style>