Shades of Free Speech Green #0FF70A
Tints of Free Speech Green #0FF70A
RGB
CMYK
RGB Variations
Color information
#0FF70A (or 0x0FF70A) is known color: Free Speech Green. HEX triplet: 0F, F7 and 0A. RGB value is (15,247,10). Sum of RGB (Red+Green+Blue) = 15+247+10=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 247 (96.88% from 255 or 90.81% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF70A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF70A is #F008F5. Grayscale: #979797. Windows color (decimal): -15730934 or 718607. OLE color: 718607.
HSL color Cylindrical-coordinate representation of color #0FF70A: hue angle of 118.73º 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 #0FF70A is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 10 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.03 |
| HSL | 118.73º | 0.94% | 0.5% | - |
| HSV(B) | 118.73º | 0.96% | 0.97% | - |
| XYZ | 33.51 | 66.65 | 11.38 | - |
| YUV | 150.61 | 48.64 | 31.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 10 | 0.94 | 0 | 0.96 | 0.03 | 118.73 | 0.94 | 0.5 |
| Hex | F | F7 | A | 5E | 0 | 60 | 3 | 77 | 5E | 32 |
| Octal | 17 | 367 | 12 | 136 | 0 | 140 | 3 | 167 | 136 | 62 |
| Binary | 1111 | 11110111 | 1010 | 1011110 | 0 | 1100000 | 11 | 1110111 | 1011110 | 110010 |
Color Harmonies of #0FF70A
Complementary color
Monochromatic Colors of #0FF70A
Black with #0FF70A
Text Example
Text Example
White with #0FF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF70A; }
p { color: rgb(15,247,10); }
H1.HeaderClassName
{
color: #0FF70A;
}
.AnyTagClassName
{
color: #0FF70A;
}
</style>
background-color css
<style>
a { background-color: #0FF70A; }
a { background-color: rgb(15,247,10); }
div.DivClassName
{
background-color: #0FF70A;
}
.BgClassName
{
background-color: #0FF70A;
}
</style>
border-color css
<style>
span { border-color: #0FF70A; }
span { border-color: rgb(15,247,10); }
td.TdClassName
{
border-color: #0FF70A;
}
.TagClassName
{
border-color: #0FF70A;
}
</style>