Shades of Free Speech Green #0FF508
Tints of Free Speech Green #0FF508
RGB
CMYK
RGB Variations
Color information
#0FF508 (or 0x0FF508) is known color: Free Speech Green. HEX triplet: 0F, F5 and 08. RGB value is (15,245,8). Sum of RGB (Red+Green+Blue) = 15+245+8=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 245 (96.09% from 255 or 91.42% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 245 - color contains mainly: green. Hex color #0FF508 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF508 is #F00AF7. Grayscale: #959595. Windows color (decimal): -15731448 or 587023. OLE color: 587023.
HSL color Cylindrical-coordinate representation of color #0FF508: hue angle of 118.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FF508 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 245 | 8 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.04 |
| HSL | 118.23º | 0.94% | 0.5% | - |
| HSV(B) | 118.23º | 0.97% | 0.96% | - |
| XYZ | 32.89 | 65.42 | 11.12 | - |
| YUV | 149.21 | 48.3 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 245 | 8 | 0.94 | 0 | 0.97 | 0.04 | 118.23 | 0.94 | 0.5 |
| Hex | F | F5 | 8 | 5E | 0 | 61 | 4 | 76 | 5E | 32 |
| Octal | 17 | 365 | 10 | 136 | 0 | 141 | 4 | 166 | 136 | 62 |
| Binary | 1111 | 11110101 | 1000 | 1011110 | 0 | 1100001 | 100 | 1110110 | 1011110 | 110010 |
Color Harmonies of #0FF508
Complementary color
Monochromatic Colors of #0FF508
Black with #0FF508
Text Example
Text Example
White with #0FF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF508; }
p { color: rgb(15,245,8); }
H1.HeaderClassName
{
color: #0FF508;
}
.AnyTagClassName
{
color: #0FF508;
}
</style>
background-color css
<style>
a { background-color: #0FF508; }
a { background-color: rgb(15,245,8); }
div.DivClassName
{
background-color: #0FF508;
}
.BgClassName
{
background-color: #0FF508;
}
</style>
border-color css
<style>
span { border-color: #0FF508; }
span { border-color: rgb(15,245,8); }
td.TdClassName
{
border-color: #0FF508;
}
.TagClassName
{
border-color: #0FF508;
}
</style>