Shades of Free Speech Green #18F614
Tints of Free Speech Green #18F614
RGB
CMYK
RGB Variations
Color information
#18F614 (or 0x18F614) is known color: Free Speech Green. HEX triplet: 18, F6 and 14. RGB value is (24,246,20). Sum of RGB (Red+Green+Blue) = 24+246+20=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 246 (96.48% from 255 or 84.83% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 246 - color contains mainly: green. Hex color #18F614 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F614 is #E709EB. Grayscale: #9A9A9A. Windows color (decimal): -15141356 or 1373720. OLE color: 1373720.
HSL color Cylindrical-coordinate representation of color #18F614: hue angle of 118.94º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18F614 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 20 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.04 |
| HSL | 118.94º | 0.93% | 0.52% | - |
| HSV(B) | 118.94º | 0.92% | 0.96% | - |
| XYZ | 33.46 | 66.16 | 11.67 | - |
| YUV | 153.86 | 52.45 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 20 | 0.90 | 0 | 0.92 | 0.04 | 118.94 | 0.93 | 0.52 |
| Hex | 18 | F6 | 14 | 5A | 0 | 5C | 4 | 77 | 5D | 34 |
| Octal | 30 | 366 | 24 | 132 | 0 | 134 | 4 | 167 | 135 | 64 |
| Binary | 11000 | 11110110 | 10100 | 1011010 | 0 | 1011100 | 100 | 1110111 | 1011101 | 110100 |
Color Harmonies of #18F614
Complementary color
Monochromatic Colors of #18F614
Black with #18F614
Text Example
Text Example
White with #18F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F614; }
p { color: rgb(24,246,20); }
H1.HeaderClassName
{
color: #18F614;
}
.AnyTagClassName
{
color: #18F614;
}
</style>
background-color css
<style>
a { background-color: #18F614; }
a { background-color: rgb(24,246,20); }
div.DivClassName
{
background-color: #18F614;
}
.BgClassName
{
background-color: #18F614;
}
</style>
border-color css
<style>
span { border-color: #18F614; }
span { border-color: rgb(24,246,20); }
td.TdClassName
{
border-color: #18F614;
}
.TagClassName
{
border-color: #18F614;
}
</style>