Shades of Free Speech Green #0FF005
Tints of Free Speech Green #0FF005
RGB
CMYK
RGB Variations
Color information
#0FF005 (or 0x0FF005) is known color: Free Speech Green. HEX triplet: 0F, F0 and 05. RGB value is (15,240,5). Sum of RGB (Red+Green+Blue) = 15+240+5=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 240 (94.14% from 255 or 92.31% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF005 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF005 is #F00FFA. Grayscale: #929292. Windows color (decimal): -15732731 or 389135. OLE color: 389135.
HSL color Cylindrical-coordinate representation of color #0FF005: hue angle of 117.45º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FF005 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 5 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.06 |
| HSL | 117.45º | 0.96% | 0.48% | - |
| HSV(B) | 117.45º | 0.98% | 0.94% | - |
| XYZ | 31.38 | 62.43 | 10.54 | - |
| YUV | 145.94 | 48.46 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 5 | 0.94 | 0 | 0.98 | 0.06 | 117.45 | 0.96 | 0.48 |
| Hex | F | F0 | 5 | 5E | 0 | 62 | 6 | 75 | 60 | 30 |
| Octal | 17 | 360 | 5 | 136 | 0 | 142 | 6 | 165 | 140 | 60 |
| Binary | 1111 | 11110000 | 101 | 1011110 | 0 | 1100010 | 110 | 1110101 | 1100000 | 110000 |
Color Harmonies of #0FF005
Complementary color
Monochromatic Colors of #0FF005
Black with #0FF005
Text Example
Text Example
White with #0FF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF005; }
p { color: rgb(15,240,5); }
H1.HeaderClassName
{
color: #0FF005;
}
.AnyTagClassName
{
color: #0FF005;
}
</style>
background-color css
<style>
a { background-color: #0FF005; }
a { background-color: rgb(15,240,5); }
div.DivClassName
{
background-color: #0FF005;
}
.BgClassName
{
background-color: #0FF005;
}
</style>
border-color css
<style>
span { border-color: #0FF005; }
span { border-color: rgb(15,240,5); }
td.TdClassName
{
border-color: #0FF005;
}
.TagClassName
{
border-color: #0FF005;
}
</style>