Shades of Free Speech Green #0FE020
Tints of Free Speech Green #0FE020
RGB
CMYK
RGB Variations
Color information
#0FE020 (or 0x0FE020) is known color: Free Speech Green. HEX triplet: 0F, E0 and 20. RGB value is (15,224,32). Sum of RGB (Red+Green+Blue) = 15+224+32=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 224 (87.89% from 255 or 82.66% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE020 is #F01FDF. Grayscale: #8C8C8C. Windows color (decimal): -15736800 or 2154511. OLE color: 2154511.
HSL color Cylindrical-coordinate representation of color #0FE020: hue angle of 124.88º 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 #0FE020 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 32 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.12 |
| HSL | 124.88º | 0.87% | 0.47% | - |
| HSV(B) | 124.88º | 0.93% | 0.88% | - |
| XYZ | 27.11 | 53.52 | 10.27 | - |
| YUV | 139.62 | 67.26 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 32 | 0.93 | 0 | 0.86 | 0.12 | 124.88 | 0.87 | 0.47 |
| Hex | F | E0 | 20 | 5D | 0 | 56 | C | 7D | 57 | 2F |
| Octal | 17 | 340 | 40 | 135 | 0 | 126 | 14 | 175 | 127 | 57 |
| Binary | 1111 | 11100000 | 100000 | 1011101 | 0 | 1010110 | 1100 | 1111101 | 1010111 | 101111 |
Color Harmonies of #0FE020
Complementary color
Monochromatic Colors of #0FE020
Black with #0FE020
Text Example
Text Example
White with #0FE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE020; }
p { color: rgb(15,224,32); }
H1.HeaderClassName
{
color: #0FE020;
}
.AnyTagClassName
{
color: #0FE020;
}
</style>
background-color css
<style>
a { background-color: #0FE020; }
a { background-color: rgb(15,224,32); }
div.DivClassName
{
background-color: #0FE020;
}
.BgClassName
{
background-color: #0FE020;
}
</style>
border-color css
<style>
span { border-color: #0FE020; }
span { border-color: rgb(15,224,32); }
td.TdClassName
{
border-color: #0FE020;
}
.TagClassName
{
border-color: #0FE020;
}
</style>