Shades of Free Speech Green #0EFE09
Tints of Free Speech Green #0EFE09
RGB
CMYK
RGB Variations
Color information
#0EFE09 (or 0x0EFE09) is known color: Free Speech Green. HEX triplet: 0E, FE and 09. RGB value is (14,254,9). Sum of RGB (Red+Green+Blue) = 14+254+9=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 254 (99.61% from 255 or 91.70% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFE09 is #F101F6. Grayscale: #9B9B9B. Windows color (decimal): -15794679 or 654862. OLE color: 654862.
HSL color Cylindrical-coordinate representation of color #0EFE09: hue angle of 118.78º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EFE09 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.00 |
| HSL | 118.78º | 0.99% | 0.52% | - |
| HSV(B) | 118.78º | 0.96% | 1% | - |
| XYZ | 35.67 | 71 | 12.08 | - |
| YUV | 154.31 | 45.99 | 27.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 9 | 0.94 | 0 | 0.96 | 0.00 | 118.78 | 0.99 | 0.52 |
| Hex | E | FE | 9 | 5E | 0 | 60 | 0 | 77 | 63 | 34 |
| Octal | 16 | 376 | 11 | 136 | 0 | 140 | 0 | 167 | 143 | 64 |
| Binary | 1110 | 11111110 | 1001 | 1011110 | 0 | 1100000 | 0 | 1110111 | 1100011 | 110100 |
Color Harmonies of #0EFE09
Complementary color
Monochromatic Colors of #0EFE09
Black with #0EFE09
Text Example
Text Example
White with #0EFE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFE09; }
p { color: rgb(14,254,9); }
H1.HeaderClassName
{
color: #0EFE09;
}
.AnyTagClassName
{
color: #0EFE09;
}
</style>
background-color css
<style>
a { background-color: #0EFE09; }
a { background-color: rgb(14,254,9); }
div.DivClassName
{
background-color: #0EFE09;
}
.BgClassName
{
background-color: #0EFE09;
}
</style>
border-color css
<style>
span { border-color: #0EFE09; }
span { border-color: rgb(14,254,9); }
td.TdClassName
{
border-color: #0EFE09;
}
.TagClassName
{
border-color: #0EFE09;
}
</style>