Shades of Free Speech Green #18F718
Tints of Free Speech Green #18F718
RGB
CMYK
RGB Variations
Color information
#18F718 (or 0x18F718) is known color: Free Speech Green. HEX triplet: 18, F7 and 18. RGB value is (24,247,24). Sum of RGB (Red+Green+Blue) = 24+247+24=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 247 (96.88% from 255 or 83.73% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 247 - color contains mainly: green. Hex color #18F718 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F718 is #E708E7. Grayscale: #9B9B9B. Windows color (decimal): -15141096 or 1636120. OLE color: 1636120.
HSL color Cylindrical-coordinate representation of color #18F718: hue angle of 120º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F718 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 247 | 24 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.03 |
| HSL | 120º | 0.93% | 0.53% | - |
| HSV(B) | 120º | 0.9% | 0.97% | - |
| XYZ | 33.8 | 66.78 | 11.97 | - |
| YUV | 154.9 | 54.12 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 247 | 24 | 0.90 | 0 | 0.90 | 0.03 | 120 | 0.93 | 0.53 |
| Hex | 18 | F7 | 18 | 5A | 0 | 5A | 3 | 78 | 5D | 35 |
| Octal | 30 | 367 | 30 | 132 | 0 | 132 | 3 | 170 | 135 | 65 |
| Binary | 11000 | 11110111 | 11000 | 1011010 | 0 | 1011010 | 11 | 1111000 | 1011101 | 110101 |
Color Harmonies of #18F718
Complementary color
Monochromatic Colors of #18F718
Black with #18F718
Text Example
Text Example
White with #18F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F718; }
p { color: rgb(24,247,24); }
H1.HeaderClassName
{
color: #18F718;
}
.AnyTagClassName
{
color: #18F718;
}
</style>
background-color css
<style>
a { background-color: #18F718; }
a { background-color: rgb(24,247,24); }
div.DivClassName
{
background-color: #18F718;
}
.BgClassName
{
background-color: #18F718;
}
</style>
border-color css
<style>
span { border-color: #18F718; }
span { border-color: rgb(24,247,24); }
td.TdClassName
{
border-color: #18F718;
}
.TagClassName
{
border-color: #18F718;
}
</style>