Shades of Free Speech Green #18D718
Tints of Free Speech Green #18D718
RGB
CMYK
RGB Variations
Color information
#18D718 (or 0x18D718) is known color: Free Speech Green. HEX triplet: 18, D7 and 18. RGB value is (24,215,24). Sum of RGB (Red+Green+Blue) = 24+215+24=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 215 (84.38% from 255 or 81.75% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 215 - color contains mainly: green. Hex color #18D718 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D718 is #E728E7. Grayscale: #888888. Windows color (decimal): -15149288 or 1627928. OLE color: 1627928.
HSL color Cylindrical-coordinate representation of color #18D718: hue angle of 120º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D718 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 215 | 24 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.16 |
| HSL | 120º | 0.8% | 0.47% | - |
| HSV(B) | 120º | 0.89% | 0.84% | - |
| XYZ | 24.84 | 48.86 | 8.99 | - |
| YUV | 136.12 | 64.72 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 215 | 24 | 0.89 | 0 | 0.89 | 0.16 | 120 | 0.8 | 0.47 |
| Hex | 18 | D7 | 18 | 59 | 0 | 59 | 10 | 78 | 50 | 2F |
| Octal | 30 | 327 | 30 | 131 | 0 | 131 | 20 | 170 | 120 | 57 |
| Binary | 11000 | 11010111 | 11000 | 1011001 | 0 | 1011001 | 10000 | 1111000 | 1010000 | 101111 |
Color Harmonies of #18D718
Complementary color
Monochromatic Colors of #18D718
Black with #18D718
Text Example
Text Example
White with #18D718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D718; }
p { color: rgb(24,215,24); }
H1.HeaderClassName
{
color: #18D718;
}
.AnyTagClassName
{
color: #18D718;
}
</style>
background-color css
<style>
a { background-color: #18D718; }
a { background-color: rgb(24,215,24); }
div.DivClassName
{
background-color: #18D718;
}
.BgClassName
{
background-color: #18D718;
}
</style>
border-color css
<style>
span { border-color: #18D718; }
span { border-color: rgb(24,215,24); }
td.TdClassName
{
border-color: #18D718;
}
.TagClassName
{
border-color: #18D718;
}
</style>