Shades of Free Speech Green #0FEC26
Tints of Free Speech Green #0FEC26
RGB
CMYK
RGB Variations
Color information
#0FEC26 (or 0x0FEC26) is known color: Free Speech Green. HEX triplet: 0F, EC and 26. RGB value is (15,236,38). Sum of RGB (Red+Green+Blue) = 15+236+38=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 236 (92.58% from 255 or 81.66% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC26 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEC26 is #F013D9. Grayscale: #939393. Windows color (decimal): -15733722 or 2550799. OLE color: 2550799.
HSL color Cylindrical-coordinate representation of color #0FEC26: hue angle of 126.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEC26 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 38 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.07 |
| HSL | 126.24º | 0.88% | 0.49% | - |
| HSV(B) | 126.24º | 0.94% | 0.93% | - |
| XYZ | 30.54 | 60.23 | 11.85 | - |
| YUV | 147.35 | 66.28 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 38 | 0.94 | 0 | 0.84 | 0.07 | 126.24 | 0.88 | 0.49 |
| Hex | F | EC | 26 | 5E | 0 | 54 | 7 | 7E | 58 | 31 |
| Octal | 17 | 354 | 46 | 136 | 0 | 124 | 7 | 176 | 130 | 61 |
| Binary | 1111 | 11101100 | 100110 | 1011110 | 0 | 1010100 | 111 | 1111110 | 1011000 | 110001 |
Color Harmonies of #0FEC26
Complementary color
Monochromatic Colors of #0FEC26
Black with #0FEC26
Text Example
Text Example
White with #0FEC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEC26; }
p { color: rgb(15,236,38); }
H1.HeaderClassName
{
color: #0FEC26;
}
.AnyTagClassName
{
color: #0FEC26;
}
</style>
background-color css
<style>
a { background-color: #0FEC26; }
a { background-color: rgb(15,236,38); }
div.DivClassName
{
background-color: #0FEC26;
}
.BgClassName
{
background-color: #0FEC26;
}
</style>
border-color css
<style>
span { border-color: #0FEC26; }
span { border-color: rgb(15,236,38); }
td.TdClassName
{
border-color: #0FEC26;
}
.TagClassName
{
border-color: #0FEC26;
}
</style>