Shades of Free Speech Green #0FFC16
Tints of Free Speech Green #0FFC16
RGB
CMYK
RGB Variations
Color information
#0FFC16 (or 0x0FFC16) is known color: Free Speech Green. HEX triplet: 0F, FC and 16. RGB value is (15,252,22). Sum of RGB (Red+Green+Blue) = 15+252+22=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 252 (98.83% from 255 or 87.20% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFC16 is #F003E9. Grayscale: #9B9B9B. Windows color (decimal): -15729642 or 1506319. OLE color: 1506319.
HSL color Cylindrical-coordinate representation of color #0FFC16: hue angle of 121.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC16 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 22 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.01 |
| HSL | 121.77º | 0.98% | 0.52% | - |
| HSV(B) | 121.77º | 0.94% | 0.99% | - |
| XYZ | 35.15 | 69.78 | 12.38 | - |
| YUV | 154.92 | 52.98 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 22 | 0.94 | 0 | 0.91 | 0.01 | 121.77 | 0.98 | 0.52 |
| Hex | F | FC | 16 | 5E | 0 | 5B | 1 | 7A | 62 | 34 |
| Octal | 17 | 374 | 26 | 136 | 0 | 133 | 1 | 172 | 142 | 64 |
| Binary | 1111 | 11111100 | 10110 | 1011110 | 0 | 1011011 | 1 | 1111010 | 1100010 | 110100 |
Color Harmonies of #0FFC16
Complementary color
Monochromatic Colors of #0FFC16
Black with #0FFC16
Text Example
Text Example
White with #0FFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFC16; }
p { color: rgb(15,252,22); }
H1.HeaderClassName
{
color: #0FFC16;
}
.AnyTagClassName
{
color: #0FFC16;
}
</style>
background-color css
<style>
a { background-color: #0FFC16; }
a { background-color: rgb(15,252,22); }
div.DivClassName
{
background-color: #0FFC16;
}
.BgClassName
{
background-color: #0FFC16;
}
</style>
border-color css
<style>
span { border-color: #0FFC16; }
span { border-color: rgb(15,252,22); }
td.TdClassName
{
border-color: #0FFC16;
}
.TagClassName
{
border-color: #0FFC16;
}
</style>