Shades of Free Speech Green #18EC08
Tints of Free Speech Green #18EC08
RGB
CMYK
RGB Variations
Color information
#18EC08 (or 0x18EC08) is known color: Free Speech Green. HEX triplet: 18, EC and 08. RGB value is (24,236,8). Sum of RGB (Red+Green+Blue) = 24+236+8=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 236 (92.58% from 255 or 88.06% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 236 - color contains mainly: green. Hex color #18EC08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18EC08 is #E713F7. Grayscale: #939393. Windows color (decimal): -15143928 or 584728. OLE color: 584728.
HSL color Cylindrical-coordinate representation of color #18EC08: hue angle of 115.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18EC08 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 8 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.07 |
| HSL | 115.79º | 0.93% | 0.48% | - |
| HSV(B) | 115.79º | 0.97% | 0.93% | - |
| XYZ | 30.42 | 60.2 | 10.25 | - |
| YUV | 146.62 | 49.76 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 8 | 0.90 | 0 | 0.97 | 0.07 | 115.79 | 0.93 | 0.48 |
| Hex | 18 | EC | 8 | 5A | 0 | 61 | 7 | 74 | 5D | 30 |
| Octal | 30 | 354 | 10 | 132 | 0 | 141 | 7 | 164 | 135 | 60 |
| Binary | 11000 | 11101100 | 1000 | 1011010 | 0 | 1100001 | 111 | 1110100 | 1011101 | 110000 |
Color Harmonies of #18EC08
Complementary color
Monochromatic Colors of #18EC08
Black with #18EC08
Text Example
Text Example
White with #18EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EC08; }
p { color: rgb(24,236,8); }
H1.HeaderClassName
{
color: #18EC08;
}
.AnyTagClassName
{
color: #18EC08;
}
</style>
background-color css
<style>
a { background-color: #18EC08; }
a { background-color: rgb(24,236,8); }
div.DivClassName
{
background-color: #18EC08;
}
.BgClassName
{
background-color: #18EC08;
}
</style>
border-color css
<style>
span { border-color: #18EC08; }
span { border-color: rgb(24,236,8); }
td.TdClassName
{
border-color: #18EC08;
}
.TagClassName
{
border-color: #18EC08;
}
</style>