Shades of Free Speech Green #0EFF0D
Tints of Free Speech Green #0EFF0D
RGB
CMYK
RGB Variations
Color information
#0EFF0D (or 0x0EFF0D) is known color: Free Speech Green. HEX triplet: 0E, FF and 0D. RGB value is (14,255,13). Sum of RGB (Red+Green+Blue) = 14+255+13=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 255 (100% from 255 or 90.43% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFF0D is #F100F2. Grayscale: #9C9C9C. Windows color (decimal): -15794419 or 917262. OLE color: 917262.
HSL color Cylindrical-coordinate representation of color #0EFF0D: hue angle of 119.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF0D is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 13 | - |
| CMYK | 0.95 | 0 | 0.95 | 0 |
| HSL | 119.75º | 1% | 0.53% | - |
| HSV(B) | 119.75º | 0.95% | 1% | - |
| XYZ | 36.01 | 71.64 | 12.31 | - |
| YUV | 155.35 | 47.66 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 13 | 0.95 | 0 | 0.95 | 0 | 119.75 | 1 | 0.53 |
| Hex | E | FF | D | 5F | 0 | 5F | 0 | 78 | 64 | 35 |
| Octal | 16 | 377 | 15 | 137 | 0 | 137 | 0 | 170 | 144 | 65 |
| Binary | 1110 | 11111111 | 1101 | 1011111 | 0 | 1011111 | 0 | 1111000 | 1100100 | 110101 |
Color Harmonies of #0EFF0D
Complementary color
Monochromatic Colors of #0EFF0D
Black with #0EFF0D
Text Example
Text Example
White with #0EFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF0D; }
p { color: rgb(14,255,13); }
H1.HeaderClassName
{
color: #0EFF0D;
}
.AnyTagClassName
{
color: #0EFF0D;
}
</style>
background-color css
<style>
a { background-color: #0EFF0D; }
a { background-color: rgb(14,255,13); }
div.DivClassName
{
background-color: #0EFF0D;
}
.BgClassName
{
background-color: #0EFF0D;
}
</style>
border-color css
<style>
span { border-color: #0EFF0D; }
span { border-color: rgb(14,255,13); }
td.TdClassName
{
border-color: #0EFF0D;
}
.TagClassName
{
border-color: #0EFF0D;
}
</style>