Shades of Free Speech Green #18E517
Tints of Free Speech Green #18E517
RGB
CMYK
RGB Variations
Color information
#18E517 (or 0x18E517) is known color: Free Speech Green. HEX triplet: 18, E5 and 17. RGB value is (24,229,23). Sum of RGB (Red+Green+Blue) = 24+229+23=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 229 (89.84% from 255 or 82.97% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 229 - color contains mainly: green. Hex color #18E517 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18E517 is #E71AE8. Grayscale: #909090. Windows color (decimal): -15145705 or 1565976. OLE color: 1565976.
HSL color Cylindrical-coordinate representation of color #18E517: hue angle of 119.71º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E517 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 229 | 23 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.10 |
| HSL | 119.71º | 0.82% | 0.49% | - |
| HSV(B) | 119.71º | 0.9% | 0.9% | - |
| XYZ | 28.55 | 56.29 | 10.17 | - |
| YUV | 144.22 | 59.58 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 23 | 0.90 | 0 | 0.90 | 0.10 | 119.71 | 0.82 | 0.49 |
| Hex | 18 | E5 | 17 | 5A | 0 | 5A | A | 78 | 52 | 31 |
| Octal | 30 | 345 | 27 | 132 | 0 | 132 | 12 | 170 | 122 | 61 |
| Binary | 11000 | 11100101 | 10111 | 1011010 | 0 | 1011010 | 1010 | 1111000 | 1010010 | 110001 |
Color Harmonies of #18E517
Complementary color
Monochromatic Colors of #18E517
Black with #18E517
Text Example
Text Example
White with #18E517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E517; }
p { color: rgb(24,229,23); }
H1.HeaderClassName
{
color: #18E517;
}
.AnyTagClassName
{
color: #18E517;
}
</style>
background-color css
<style>
a { background-color: #18E517; }
a { background-color: rgb(24,229,23); }
div.DivClassName
{
background-color: #18E517;
}
.BgClassName
{
background-color: #18E517;
}
</style>
border-color css
<style>
span { border-color: #18E517; }
span { border-color: rgb(24,229,23); }
td.TdClassName
{
border-color: #18E517;
}
.TagClassName
{
border-color: #18E517;
}
</style>