Shades of Free Speech Green #0FE620
Tints of Free Speech Green #0FE620
RGB
CMYK
RGB Variations
Color information
#0FE620 (or 0x0FE620) is known color: Free Speech Green. HEX triplet: 0F, E6 and 20. RGB value is (15,230,32). Sum of RGB (Red+Green+Blue) = 15+230+32=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 230 (90.23% from 255 or 83.03% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE620 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE620 is #F019DF. Grayscale: #8F8F8F. Windows color (decimal): -15735264 or 2156047. OLE color: 2156047.
HSL color Cylindrical-coordinate representation of color #0FE620: hue angle of 124.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE620 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 230 | 32 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.10 |
| HSL | 124.74º | 0.88% | 0.48% | - |
| HSV(B) | 124.74º | 0.93% | 0.9% | - |
| XYZ | 28.75 | 56.8 | 10.81 | - |
| YUV | 143.14 | 65.27 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 32 | 0.93 | 0 | 0.86 | 0.10 | 124.74 | 0.88 | 0.48 |
| Hex | F | E6 | 20 | 5D | 0 | 56 | A | 7D | 58 | 30 |
| Octal | 17 | 346 | 40 | 135 | 0 | 126 | 12 | 175 | 130 | 60 |
| Binary | 1111 | 11100110 | 100000 | 1011101 | 0 | 1010110 | 1010 | 1111101 | 1011000 | 110000 |
Color Harmonies of #0FE620
Complementary color
Monochromatic Colors of #0FE620
Black with #0FE620
Text Example
Text Example
White with #0FE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE620; }
p { color: rgb(15,230,32); }
H1.HeaderClassName
{
color: #0FE620;
}
.AnyTagClassName
{
color: #0FE620;
}
</style>
background-color css
<style>
a { background-color: #0FE620; }
a { background-color: rgb(15,230,32); }
div.DivClassName
{
background-color: #0FE620;
}
.BgClassName
{
background-color: #0FE620;
}
</style>
border-color css
<style>
span { border-color: #0FE620; }
span { border-color: rgb(15,230,32); }
td.TdClassName
{
border-color: #0FE620;
}
.TagClassName
{
border-color: #0FE620;
}
</style>