Shades of Free Speech Green #18E526
Tints of Free Speech Green #18E526
RGB
CMYK
RGB Variations
Color information
#18E526 (or 0x18E526) is known color: Free Speech Green. HEX triplet: 18, E5 and 26. RGB value is (24,229,38). Sum of RGB (Red+Green+Blue) = 24+229+38=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 229 (89.84% from 255 or 78.69% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 229 - color contains mainly: green. Hex color #18E526 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E526 is #E71AD9. Grayscale: #929292. Windows color (decimal): -15145690 or 2549016. OLE color: 2549016.
HSL color Cylindrical-coordinate representation of color #18E526: hue angle of 124.1º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E526 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 229 | 38 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.10 |
| HSL | 124.1º | 0.81% | 0.5% | - |
| HSV(B) | 124.1º | 0.9% | 0.9% | - |
| XYZ | 28.75 | 56.37 | 11.2 | - |
| YUV | 145.93 | 67.08 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 38 | 0.90 | 0 | 0.83 | 0.10 | 124.1 | 0.81 | 0.5 |
| Hex | 18 | E5 | 26 | 5A | 0 | 53 | A | 7C | 51 | 32 |
| Octal | 30 | 345 | 46 | 132 | 0 | 123 | 12 | 174 | 121 | 62 |
| Binary | 11000 | 11100101 | 100110 | 1011010 | 0 | 1010011 | 1010 | 1111100 | 1010001 | 110010 |
Color Harmonies of #18E526
Complementary color
Monochromatic Colors of #18E526
Black with #18E526
Text Example
Text Example
White with #18E526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E526; }
p { color: rgb(24,229,38); }
H1.HeaderClassName
{
color: #18E526;
}
.AnyTagClassName
{
color: #18E526;
}
</style>
background-color css
<style>
a { background-color: #18E526; }
a { background-color: rgb(24,229,38); }
div.DivClassName
{
background-color: #18E526;
}
.BgClassName
{
background-color: #18E526;
}
</style>
border-color css
<style>
span { border-color: #18E526; }
span { border-color: rgb(24,229,38); }
td.TdClassName
{
border-color: #18E526;
}
.TagClassName
{
border-color: #18E526;
}
</style>