Shades of Free Speech Green #0FE026
Tints of Free Speech Green #0FE026
RGB
CMYK
RGB Variations
Color information
#0FE026 (or 0x0FE026) is known color: Free Speech Green. HEX triplet: 0F, E0 and 26. RGB value is (15,224,38). Sum of RGB (Red+Green+Blue) = 15+224+38=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 224 (87.89% from 255 or 80.87% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE026 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE026 is #F01FD9. Grayscale: #8C8C8C. Windows color (decimal): -15736794 or 2547727. OLE color: 2547727.
HSL color Cylindrical-coordinate representation of color #0FE026: hue angle of 126.6º degrees, saturation: 0.87, 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 #0FE026 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 38 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.12 |
| HSL | 126.6º | 0.87% | 0.47% | - |
| HSV(B) | 126.6º | 0.93% | 0.88% | - |
| XYZ | 27.2 | 53.55 | 10.74 | - |
| YUV | 140.31 | 70.26 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 38 | 0.93 | 0 | 0.83 | 0.12 | 126.6 | 0.87 | 0.47 |
| Hex | F | E0 | 26 | 5D | 0 | 53 | C | 7F | 57 | 2F |
| Octal | 17 | 340 | 46 | 135 | 0 | 123 | 14 | 177 | 127 | 57 |
| Binary | 1111 | 11100000 | 100110 | 1011101 | 0 | 1010011 | 1100 | 1111111 | 1010111 | 101111 |
Color Harmonies of #0FE026
Complementary color
Monochromatic Colors of #0FE026
Black with #0FE026
Text Example
Text Example
White with #0FE026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE026; }
p { color: rgb(15,224,38); }
H1.HeaderClassName
{
color: #0FE026;
}
.AnyTagClassName
{
color: #0FE026;
}
</style>
background-color css
<style>
a { background-color: #0FE026; }
a { background-color: rgb(15,224,38); }
div.DivClassName
{
background-color: #0FE026;
}
.BgClassName
{
background-color: #0FE026;
}
</style>
border-color css
<style>
span { border-color: #0FE026; }
span { border-color: rgb(15,224,38); }
td.TdClassName
{
border-color: #0FE026;
}
.TagClassName
{
border-color: #0FE026;
}
</style>