Shades of Free Speech Green #0FE126
Tints of Free Speech Green #0FE126
RGB
CMYK
RGB Variations
Color information
#0FE126 (or 0x0FE126) is known color: Free Speech Green. HEX triplet: 0F, E1 and 26. RGB value is (15,225,38). Sum of RGB (Red+Green+Blue) = 15+225+38=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 225 (88.28% from 255 or 80.94% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE126 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE126 is #F01ED9. Grayscale: #8D8D8D. Windows color (decimal): -15736538 or 2547983. OLE color: 2547983.
HSL color Cylindrical-coordinate representation of color #0FE126: hue angle of 126.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE126 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 38 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.12 |
| HSL | 126.57º | 0.88% | 0.47% | - |
| HSV(B) | 126.57º | 0.93% | 0.88% | - |
| XYZ | 27.47 | 54.09 | 10.83 | - |
| YUV | 140.89 | 69.93 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 38 | 0.93 | 0 | 0.83 | 0.12 | 126.57 | 0.88 | 0.47 |
| Hex | F | E1 | 26 | 5D | 0 | 53 | C | 7F | 58 | 2F |
| Octal | 17 | 341 | 46 | 135 | 0 | 123 | 14 | 177 | 130 | 57 |
| Binary | 1111 | 11100001 | 100110 | 1011101 | 0 | 1010011 | 1100 | 1111111 | 1011000 | 101111 |
Color Harmonies of #0FE126
Complementary color
Monochromatic Colors of #0FE126
Black with #0FE126
Text Example
Text Example
White with #0FE126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE126; }
p { color: rgb(15,225,38); }
H1.HeaderClassName
{
color: #0FE126;
}
.AnyTagClassName
{
color: #0FE126;
}
</style>
background-color css
<style>
a { background-color: #0FE126; }
a { background-color: rgb(15,225,38); }
div.DivClassName
{
background-color: #0FE126;
}
.BgClassName
{
background-color: #0FE126;
}
</style>
border-color css
<style>
span { border-color: #0FE126; }
span { border-color: rgb(15,225,38); }
td.TdClassName
{
border-color: #0FE126;
}
.TagClassName
{
border-color: #0FE126;
}
</style>