Shades of Free Speech Green #0FF71B
Tints of Free Speech Green #0FF71B
RGB
CMYK
RGB Variations
Color information
#0FF71B (or 0x0FF71B) is known color: Free Speech Green. HEX triplet: 0F, F7 and 1B. RGB value is (15,247,27). Sum of RGB (Red+Green+Blue) = 15+247+27=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 247 (96.88% from 255 or 85.47% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF71B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF71B is #F008E4. Grayscale: #999999. Windows color (decimal): -15730917 or 1832719. OLE color: 1832719.
HSL color Cylindrical-coordinate representation of color #0FF71B: hue angle of 123.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF71B is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
RGB | 15 | 247 | 27 | - |
CMYK | 0.94 | 0 | 0.89 | 0.03 |
HSL | 123.1º | 0.94% | 0.51% | - |
HSV(B) | 123.1º | 0.94% | 0.97% | - |
XYZ | 33.66 | 66.7 | 12.14 | - |
YUV | 152.55 | 57.14 | 29.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 247 | 27 | 0.94 | 0 | 0.89 | 0.03 | 123.1 | 0.94 | 0.51 |
Hex | F | F7 | 1B | 5E | 0 | 59 | 3 | 7B | 5E | 33 |
Octal | 17 | 367 | 33 | 136 | 0 | 131 | 3 | 173 | 136 | 63 |
Binary | 1111 | 11110111 | 11011 | 1011110 | 0 | 1011001 | 11 | 1111011 | 1011110 | 110011 |
Color Harmonies of #0FF71B
Complementary color
Monochromatic Colors of #0FF71B
Black with #0FF71B
Text Example
Text Example
White with #0FF71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF71B; }
p { color: rgb(15,247,27); }
H1.HeaderClassName
{
color: #0FF71B;
}
.AnyTagClassName
{
color: #0FF71B;
}
</style>
background-color css
<style>
a { background-color: #0FF71B; }
a { background-color: rgb(15,247,27); }
div.DivClassName
{
background-color: #0FF71B;
}
.BgClassName
{
background-color: #0FF71B;
}
</style>
border-color css
<style>
span { border-color: #0FF71B; }
span { border-color: rgb(15,247,27); }
td.TdClassName
{
border-color: #0FF71B;
}
.TagClassName
{
border-color: #0FF71B;
}
</style>