Shades of Free Speech Green #18EC13
Tints of Free Speech Green #18EC13
RGB
CMYK
RGB Variations
Color information
#18EC13 (or 0x18EC13) is known color: Free Speech Green. HEX triplet: 18, EC and 13. RGB value is (24,236,19). Sum of RGB (Red+Green+Blue) = 24+236+19=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 236 (92.58% from 255 or 84.59% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 236 - color contains mainly: green. Hex color #18EC13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18EC13 is #E713EC. Grayscale: #949494. Windows color (decimal): -15143917 or 1305624. OLE color: 1305624.
HSL color Cylindrical-coordinate representation of color #18EC13: hue angle of 118.62º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18EC13 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 19 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.07 |
| HSL | 118.62º | 0.85% | 0.5% | - |
| HSV(B) | 118.62º | 0.92% | 0.93% | - |
| XYZ | 30.49 | 60.23 | 10.64 | - |
| YUV | 147.87 | 55.26 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 19 | 0.90 | 0 | 0.92 | 0.07 | 118.62 | 0.85 | 0.5 |
| Hex | 18 | EC | 13 | 5A | 0 | 5C | 7 | 77 | 55 | 32 |
| Octal | 30 | 354 | 23 | 132 | 0 | 134 | 7 | 167 | 125 | 62 |
| Binary | 11000 | 11101100 | 10011 | 1011010 | 0 | 1011100 | 111 | 1110111 | 1010101 | 110010 |
Color Harmonies of #18EC13
Complementary color
Monochromatic Colors of #18EC13
Black with #18EC13
Text Example
Text Example
White with #18EC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EC13; }
p { color: rgb(24,236,19); }
H1.HeaderClassName
{
color: #18EC13;
}
.AnyTagClassName
{
color: #18EC13;
}
</style>
background-color css
<style>
a { background-color: #18EC13; }
a { background-color: rgb(24,236,19); }
div.DivClassName
{
background-color: #18EC13;
}
.BgClassName
{
background-color: #18EC13;
}
</style>
border-color css
<style>
span { border-color: #18EC13; }
span { border-color: rgb(24,236,19); }
td.TdClassName
{
border-color: #18EC13;
}
.TagClassName
{
border-color: #18EC13;
}
</style>