Shades of Free Speech Green #0FF410
Tints of Free Speech Green #0FF410
RGB
CMYK
RGB Variations
Color information
#0FF410 (or 0x0FF410) is known color: Free Speech Green. HEX triplet: 0F, F4 and 10. RGB value is (15,244,16). Sum of RGB (Red+Green+Blue) = 15+244+16=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 244 (95.70% from 255 or 88.73% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 244 - color contains mainly: green. Hex color #0FF410 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF410 is #F00BEF. Grayscale: #969696. Windows color (decimal): -15731696 or 1111055. OLE color: 1111055.
HSL color Cylindrical-coordinate representation of color #0FF410: hue angle of 120.26º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF410 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 244 | 16 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.04 |
| HSL | 120.26º | 0.91% | 0.51% | - |
| HSV(B) | 120.26º | 0.94% | 0.96% | - |
| XYZ | 32.64 | 64.84 | 11.29 | - |
| YUV | 149.54 | 52.63 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 244 | 16 | 0.94 | 0 | 0.93 | 0.04 | 120.26 | 0.91 | 0.51 |
| Hex | F | F4 | 10 | 5E | 0 | 5D | 4 | 78 | 5B | 33 |
| Octal | 17 | 364 | 20 | 136 | 0 | 135 | 4 | 170 | 133 | 63 |
| Binary | 1111 | 11110100 | 10000 | 1011110 | 0 | 1011101 | 100 | 1111000 | 1011011 | 110011 |
Color Harmonies of #0FF410
Complementary color
Monochromatic Colors of #0FF410
Black with #0FF410
Text Example
Text Example
White with #0FF410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF410; }
p { color: rgb(15,244,16); }
H1.HeaderClassName
{
color: #0FF410;
}
.AnyTagClassName
{
color: #0FF410;
}
</style>
background-color css
<style>
a { background-color: #0FF410; }
a { background-color: rgb(15,244,16); }
div.DivClassName
{
background-color: #0FF410;
}
.BgClassName
{
background-color: #0FF410;
}
</style>
border-color css
<style>
span { border-color: #0FF410; }
span { border-color: rgb(15,244,16); }
td.TdClassName
{
border-color: #0FF410;
}
.TagClassName
{
border-color: #0FF410;
}
</style>