Shades of Free Speech Green #0FFF18
Tints of Free Speech Green #0FFF18
RGB
CMYK
RGB Variations
Color information
#0FFF18 (or 0x0FFF18) is known color: Free Speech Green. HEX triplet: 0F, FF and 18. RGB value is (15,255,24). Sum of RGB (Red+Green+Blue) = 15+255+24=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 255 (100% from 255 or 86.73% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFF18 is #F000E7. Grayscale: #9D9D9D. Windows color (decimal): -15728872 or 1638159. OLE color: 1638159.
HSL color Cylindrical-coordinate representation of color #0FFF18: hue angle of 122.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF18 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 24 | - |
| CMYK | 0.94 | 0 | 0.91 | 0 |
| HSL | 122.25º | 1% | 0.53% | - |
| HSV(B) | 122.25º | 0.94% | 1% | - |
| XYZ | 36.12 | 71.69 | 12.8 | - |
| YUV | 156.91 | 52.99 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 24 | 0.94 | 0 | 0.91 | 0 | 122.25 | 1 | 0.53 |
| Hex | F | FF | 18 | 5E | 0 | 5B | 0 | 7A | 64 | 35 |
| Octal | 17 | 377 | 30 | 136 | 0 | 133 | 0 | 172 | 144 | 65 |
| Binary | 1111 | 11111111 | 11000 | 1011110 | 0 | 1011011 | 0 | 1111010 | 1100100 | 110101 |
Color Harmonies of #0FFF18
Complementary color
Monochromatic Colors of #0FFF18
Black with #0FFF18
Text Example
Text Example
White with #0FFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF18; }
p { color: rgb(15,255,24); }
H1.HeaderClassName
{
color: #0FFF18;
}
.AnyTagClassName
{
color: #0FFF18;
}
</style>
background-color css
<style>
a { background-color: #0FFF18; }
a { background-color: rgb(15,255,24); }
div.DivClassName
{
background-color: #0FFF18;
}
.BgClassName
{
background-color: #0FFF18;
}
</style>
border-color css
<style>
span { border-color: #0FFF18; }
span { border-color: rgb(15,255,24); }
td.TdClassName
{
border-color: #0FFF18;
}
.TagClassName
{
border-color: #0FFF18;
}
</style>