Shades of Free Speech Green #0FF805
Tints of Free Speech Green #0FF805
RGB
CMYK
RGB Variations
Color information
#0FF805 (or 0x0FF805) is known color: Free Speech Green. HEX triplet: 0F, F8 and 05. RGB value is (15,248,5). Sum of RGB (Red+Green+Blue) = 15+248+5=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 248 (97.27% from 255 or 92.54% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF805 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF805 is #F007FA. Grayscale: #979797. Windows color (decimal): -15730683 or 391183. OLE color: 391183.
HSL color Cylindrical-coordinate representation of color #0FF805: hue angle of 117.53º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FF805 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 248 | 5 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.03 |
| HSL | 117.53º | 0.96% | 0.5% | - |
| HSV(B) | 117.53º | 0.98% | 0.97% | - |
| XYZ | 33.79 | 67.25 | 11.34 | - |
| YUV | 150.63 | 45.81 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 248 | 5 | 0.94 | 0 | 0.98 | 0.03 | 117.53 | 0.96 | 0.5 |
| Hex | F | F8 | 5 | 5E | 0 | 62 | 3 | 76 | 60 | 32 |
| Octal | 17 | 370 | 5 | 136 | 0 | 142 | 3 | 166 | 140 | 62 |
| Binary | 1111 | 11111000 | 101 | 1011110 | 0 | 1100010 | 11 | 1110110 | 1100000 | 110010 |
Color Harmonies of #0FF805
Complementary color
Monochromatic Colors of #0FF805
Black with #0FF805
Text Example
Text Example
White with #0FF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF805; }
p { color: rgb(15,248,5); }
H1.HeaderClassName
{
color: #0FF805;
}
.AnyTagClassName
{
color: #0FF805;
}
</style>
background-color css
<style>
a { background-color: #0FF805; }
a { background-color: rgb(15,248,5); }
div.DivClassName
{
background-color: #0FF805;
}
.BgClassName
{
background-color: #0FF805;
}
</style>
border-color css
<style>
span { border-color: #0FF805; }
span { border-color: rgb(15,248,5); }
td.TdClassName
{
border-color: #0FF805;
}
.TagClassName
{
border-color: #0FF805;
}
</style>