Shades of Free Speech Green #18D808
Tints of Free Speech Green #18D808
RGB
CMYK
RGB Variations
Color information
#18D808 (or 0x18D808) is known color: Free Speech Green. HEX triplet: 18, D8 and 08. RGB value is (24,216,8). Sum of RGB (Red+Green+Blue) = 24+216+8=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 216 (84.77% from 255 or 87.10% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 216 - color contains mainly: green. Hex color #18D808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D808 is #E727F7. Grayscale: #878787. Windows color (decimal): -15149048 or 579608. OLE color: 579608.
HSL color Cylindrical-coordinate representation of color #18D808: hue angle of 115.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18D808 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 8 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.15 |
| HSL | 115.38º | 0.93% | 0.44% | - |
| HSV(B) | 115.38º | 0.96% | 0.85% | - |
| XYZ | 24.98 | 49.32 | 8.43 | - |
| YUV | 134.88 | 56.39 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 8 | 0.89 | 0 | 0.96 | 0.15 | 115.38 | 0.93 | 0.44 |
| Hex | 18 | D8 | 8 | 59 | 0 | 60 | F | 73 | 5D | 2C |
| Octal | 30 | 330 | 10 | 131 | 0 | 140 | 17 | 163 | 135 | 54 |
| Binary | 11000 | 11011000 | 1000 | 1011001 | 0 | 1100000 | 1111 | 1110011 | 1011101 | 101100 |
Color Harmonies of #18D808
Complementary color
Monochromatic Colors of #18D808
Black with #18D808
Text Example
Text Example
White with #18D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D808; }
p { color: rgb(24,216,8); }
H1.HeaderClassName
{
color: #18D808;
}
.AnyTagClassName
{
color: #18D808;
}
</style>
background-color css
<style>
a { background-color: #18D808; }
a { background-color: rgb(24,216,8); }
div.DivClassName
{
background-color: #18D808;
}
.BgClassName
{
background-color: #18D808;
}
</style>
border-color css
<style>
span { border-color: #18D808; }
span { border-color: rgb(24,216,8); }
td.TdClassName
{
border-color: #18D808;
}
.TagClassName
{
border-color: #18D808;
}
</style>