Shades of Free Speech Green #18D600
Tints of Free Speech Green #18D600
RGB
CMYK
RGB Variations
Color information
#18D600 (or 0x18D600) is known color: Free Speech Green. HEX triplet: 18, D6 and 00. RGB value is (24,214,0). Sum of RGB (Red+Green+Blue) = 24+214+0=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 214 (83.98% from 255 or 89.92% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 214 - color contains mainly: green. Hex color #18D600 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D600 is #E729FF. Grayscale: #858585. Windows color (decimal): -15149568 or 54808. OLE color: 54808.
HSL color Cylindrical-coordinate representation of color #18D600: hue angle of 113.27º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18D600 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.16 |
| HSL | 113.27º | 1% | 0.42% | - |
| HSV(B) | 113.27º | 1% | 0.84% | - |
| XYZ | 24.42 | 48.29 | 8.03 | - |
| YUV | 132.79 | 53.05 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 0 | 0.89 | 0 | 1 | 0.16 | 113.27 | 1 | 0.42 |
| Hex | 18 | D6 | 0 | 59 | 0 | 64 | 10 | 71 | 64 | 2A |
| Octal | 30 | 326 | 0 | 131 | 0 | 144 | 20 | 161 | 144 | 52 |
| Binary | 11000 | 11010110 | 0 | 1011001 | 0 | 1100100 | 10000 | 1110001 | 1100100 | 101010 |
Color Harmonies of #18D600
Complementary color
Monochromatic Colors of #18D600
Black with #18D600
Text Example
Text Example
White with #18D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D600; }
p { color: rgb(24,214,0); }
H1.HeaderClassName
{
color: #18D600;
}
.AnyTagClassName
{
color: #18D600;
}
</style>
background-color css
<style>
a { background-color: #18D600; }
a { background-color: rgb(24,214,0); }
div.DivClassName
{
background-color: #18D600;
}
.BgClassName
{
background-color: #18D600;
}
</style>
border-color css
<style>
span { border-color: #18D600; }
span { border-color: rgb(24,214,0); }
td.TdClassName
{
border-color: #18D600;
}
.TagClassName
{
border-color: #18D600;
}
</style>