Shades of Free Speech Green #0EFF06
Tints of Free Speech Green #0EFF06
RGB
CMYK
RGB Variations
Color information
#0EFF06 (or 0x0EFF06) is known color: Free Speech Green. HEX triplet: 0E, FF and 06. RGB value is (14,255,6). Sum of RGB (Red+Green+Blue) = 14+255+6=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 255 (100% from 255 or 92.73% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFF06 is #F100F9. Grayscale: #9B9B9B. Windows color (decimal): -15794426 or 458510. OLE color: 458510.
HSL color Cylindrical-coordinate representation of color #0EFF06: hue angle of 118.07º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EFF06 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 6 | - |
| CMYK | 0.95 | 0 | 0.98 | 0 |
| HSL | 118.07º | 1% | 0.51% | - |
| HSV(B) | 118.07º | 0.98% | 1% | - |
| XYZ | 35.97 | 71.63 | 12.1 | - |
| YUV | 154.56 | 44.16 | 27.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 6 | 0.95 | 0 | 0.98 | 0 | 118.07 | 1 | 0.51 |
| Hex | E | FF | 6 | 5F | 0 | 62 | 0 | 76 | 64 | 33 |
| Octal | 16 | 377 | 6 | 137 | 0 | 142 | 0 | 166 | 144 | 63 |
| Binary | 1110 | 11111111 | 110 | 1011111 | 0 | 1100010 | 0 | 1110110 | 1100100 | 110011 |
Color Harmonies of #0EFF06
Complementary color
Monochromatic Colors of #0EFF06
Black with #0EFF06
Text Example
Text Example
White with #0EFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF06; }
p { color: rgb(14,255,6); }
H1.HeaderClassName
{
color: #0EFF06;
}
.AnyTagClassName
{
color: #0EFF06;
}
</style>
background-color css
<style>
a { background-color: #0EFF06; }
a { background-color: rgb(14,255,6); }
div.DivClassName
{
background-color: #0EFF06;
}
.BgClassName
{
background-color: #0EFF06;
}
</style>
border-color css
<style>
span { border-color: #0EFF06; }
span { border-color: rgb(14,255,6); }
td.TdClassName
{
border-color: #0EFF06;
}
.TagClassName
{
border-color: #0EFF06;
}
</style>