Shades of Free Speech Green #0FE408
Tints of Free Speech Green #0FE408
RGB
CMYK
RGB Variations
Color information
#0FE408 (or 0x0FE408) is known color: Free Speech Green. HEX triplet: 0F, E4 and 08. RGB value is (15,228,8). Sum of RGB (Red+Green+Blue) = 15+228+8=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 228 (89.45% from 255 or 90.84% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE408 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE408 is #F01BF7. Grayscale: #8B8B8B. Windows color (decimal): -15735800 or 582671. OLE color: 582671.
HSL color Cylindrical-coordinate representation of color #0FE408: hue angle of 118.09º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FE408 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.11 |
| HSL | 118.09º | 0.93% | 0.46% | - |
| HSV(B) | 118.09º | 0.96% | 0.89% | - |
| XYZ | 27.98 | 55.61 | 9.49 | - |
| YUV | 139.23 | 53.93 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 8 | 0.93 | 0 | 0.96 | 0.11 | 118.09 | 0.93 | 0.46 |
| Hex | F | E4 | 8 | 5D | 0 | 60 | B | 76 | 5D | 2E |
| Octal | 17 | 344 | 10 | 135 | 0 | 140 | 13 | 166 | 135 | 56 |
| Binary | 1111 | 11100100 | 1000 | 1011101 | 0 | 1100000 | 1011 | 1110110 | 1011101 | 101110 |
Color Harmonies of #0FE408
Complementary color
Monochromatic Colors of #0FE408
Black with #0FE408
Text Example
Text Example
White with #0FE408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE408; }
p { color: rgb(15,228,8); }
H1.HeaderClassName
{
color: #0FE408;
}
.AnyTagClassName
{
color: #0FE408;
}
</style>
background-color css
<style>
a { background-color: #0FE408; }
a { background-color: rgb(15,228,8); }
div.DivClassName
{
background-color: #0FE408;
}
.BgClassName
{
background-color: #0FE408;
}
</style>
border-color css
<style>
span { border-color: #0FE408; }
span { border-color: rgb(15,228,8); }
td.TdClassName
{
border-color: #0FE408;
}
.TagClassName
{
border-color: #0FE408;
}
</style>