Shades of Free Speech Green #0FE710
Tints of Free Speech Green #0FE710
RGB
CMYK
RGB Variations
Color information
#0FE710 (or 0x0FE710) is known color: Free Speech Green. HEX triplet: 0F, E7 and 10. RGB value is (15,231,16). Sum of RGB (Red+Green+Blue) = 15+231+16=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 231 (90.62% from 255 or 88.17% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 231 - color contains mainly: green. Hex color #0FE710 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FE710 is #F018EF. Grayscale: #8E8E8E. Windows color (decimal): -15735024 or 1107727. OLE color: 1107727.
HSL color Cylindrical-coordinate representation of color #0FE710: hue angle of 120.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE710 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 231 | 16 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.09 |
| HSL | 120.28º | 0.88% | 0.48% | - |
| HSV(B) | 120.28º | 0.94% | 0.91% | - |
| XYZ | 28.87 | 57.29 | 10.03 | - |
| YUV | 141.91 | 56.94 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 231 | 16 | 0.94 | 0 | 0.93 | 0.09 | 120.28 | 0.88 | 0.48 |
| Hex | F | E7 | 10 | 5E | 0 | 5D | 9 | 78 | 58 | 30 |
| Octal | 17 | 347 | 20 | 136 | 0 | 135 | 11 | 170 | 130 | 60 |
| Binary | 1111 | 11100111 | 10000 | 1011110 | 0 | 1011101 | 1001 | 1111000 | 1011000 | 110000 |
Color Harmonies of #0FE710
Complementary color
Monochromatic Colors of #0FE710
Black with #0FE710
Text Example
Text Example
White with #0FE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE710; }
p { color: rgb(15,231,16); }
H1.HeaderClassName
{
color: #0FE710;
}
.AnyTagClassName
{
color: #0FE710;
}
</style>
background-color css
<style>
a { background-color: #0FE710; }
a { background-color: rgb(15,231,16); }
div.DivClassName
{
background-color: #0FE710;
}
.BgClassName
{
background-color: #0FE710;
}
</style>
border-color css
<style>
span { border-color: #0FE710; }
span { border-color: rgb(15,231,16); }
td.TdClassName
{
border-color: #0FE710;
}
.TagClassName
{
border-color: #0FE710;
}
</style>