Shades of Spring Green #0AF764
Tints of Spring Green #0AF764
RGB
CMYK
RGB Variations
Color information
#0AF764 (or 0x0AF764) is known color: Spring Green. HEX triplet: 0A, F7 and 64. RGB value is (10,247,100). Sum of RGB (Red+Green+Blue) = 10+247+100=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 247 (96.88% from 255 or 69.19% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF764 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF764 is #F5089B. Grayscale: #9F9F9F. Windows color (decimal): -16058524 or 6616842. OLE color: 6616842.
HSL color Cylindrical-coordinate representation of color #0AF764: hue angle of 142.78º 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 #0AF764 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 100 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.03 |
| HSL | 142.78º | 0.94% | 0.5% | - |
| HSV(B) | 142.78º | 0.96% | 0.97% | - |
| XYZ | 35.69 | 67.51 | 23.21 | - |
| YUV | 159.38 | 94.48 | 21.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 100 | 0.96 | 0 | 0.60 | 0.03 | 142.78 | 0.94 | 0.5 |
| Hex | A | F7 | 64 | 60 | 0 | 3C | 3 | 8F | 5E | 32 |
| Octal | 12 | 367 | 144 | 140 | 0 | 74 | 3 | 217 | 136 | 62 |
| Binary | 1010 | 11110111 | 1100100 | 1100000 | 0 | 111100 | 11 | 10001111 | 1011110 | 110010 |
Color Harmonies of #0AF764
Complementary color
Monochromatic Colors of #0AF764
Black with #0AF764
Text Example
Text Example
White with #0AF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF764; }
p { color: rgb(10,247,100); }
H1.HeaderClassName
{
color: #0AF764;
}
.AnyTagClassName
{
color: #0AF764;
}
</style>
background-color css
<style>
a { background-color: #0AF764; }
a { background-color: rgb(10,247,100); }
div.DivClassName
{
background-color: #0AF764;
}
.BgClassName
{
background-color: #0AF764;
}
</style>
border-color css
<style>
span { border-color: #0AF764; }
span { border-color: rgb(10,247,100); }
td.TdClassName
{
border-color: #0AF764;
}
.TagClassName
{
border-color: #0AF764;
}
</style>