Shades of Free Speech Green #18D716
Tints of Free Speech Green #18D716
RGB
CMYK
RGB Variations
Color information
#18D716 (or 0x18D716) is known color: Free Speech Green. HEX triplet: 18, D7 and 16. RGB value is (24,215,22). Sum of RGB (Red+Green+Blue) = 24+215+22=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 215 (84.38% from 255 or 82.38% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 215 - color contains mainly: green. Hex color #18D716 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D716 is #E728E9. Grayscale: #888888. Windows color (decimal): -15149290 or 1496856. OLE color: 1496856.
HSL color Cylindrical-coordinate representation of color #18D716: hue angle of 119.38º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D716 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 215 | 22 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.16 |
| HSL | 119.38º | 0.81% | 0.46% | - |
| HSV(B) | 119.38º | 0.9% | 0.84% | - |
| XYZ | 24.82 | 48.85 | 8.88 | - |
| YUV | 135.89 | 63.72 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 215 | 22 | 0.89 | 0 | 0.90 | 0.16 | 119.38 | 0.81 | 0.46 |
| Hex | 18 | D7 | 16 | 59 | 0 | 5A | 10 | 77 | 51 | 2E |
| Octal | 30 | 327 | 26 | 131 | 0 | 132 | 20 | 167 | 121 | 56 |
| Binary | 11000 | 11010111 | 10110 | 1011001 | 0 | 1011010 | 10000 | 1110111 | 1010001 | 101110 |
Color Harmonies of #18D716
Complementary color
Monochromatic Colors of #18D716
Black with #18D716
Text Example
Text Example
White with #18D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D716; }
p { color: rgb(24,215,22); }
H1.HeaderClassName
{
color: #18D716;
}
.AnyTagClassName
{
color: #18D716;
}
</style>
background-color css
<style>
a { background-color: #18D716; }
a { background-color: rgb(24,215,22); }
div.DivClassName
{
background-color: #18D716;
}
.BgClassName
{
background-color: #18D716;
}
</style>
border-color css
<style>
span { border-color: #18D716; }
span { border-color: rgb(24,215,22); }
td.TdClassName
{
border-color: #18D716;
}
.TagClassName
{
border-color: #18D716;
}
</style>