Shades of Free Speech Green #18E512
Tints of Free Speech Green #18E512
RGB
CMYK
RGB Variations
Color information
#18E512 (or 0x18E512) is known color: Free Speech Green. HEX triplet: 18, E5 and 12. RGB value is (24,229,18). Sum of RGB (Red+Green+Blue) = 24+229+18=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 229 (89.84% from 255 or 84.50% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 229 - color contains mainly: green. Hex color #18E512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18E512 is #E71AED. Grayscale: #909090. Windows color (decimal): -15145710 or 1238296. OLE color: 1238296.
HSL color Cylindrical-coordinate representation of color #18E512: hue angle of 118.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18E512 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 229 | 18 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.10 |
| HSL | 118.29º | 0.85% | 0.48% | - |
| HSV(B) | 118.29º | 0.92% | 0.9% | - |
| XYZ | 28.51 | 56.28 | 9.93 | - |
| YUV | 143.65 | 57.08 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 18 | 0.90 | 0 | 0.92 | 0.10 | 118.29 | 0.85 | 0.48 |
| Hex | 18 | E5 | 12 | 5A | 0 | 5C | A | 76 | 55 | 30 |
| Octal | 30 | 345 | 22 | 132 | 0 | 134 | 12 | 166 | 125 | 60 |
| Binary | 11000 | 11100101 | 10010 | 1011010 | 0 | 1011100 | 1010 | 1110110 | 1010101 | 110000 |
Color Harmonies of #18E512
Complementary color
Monochromatic Colors of #18E512
Black with #18E512
Text Example
Text Example
White with #18E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E512; }
p { color: rgb(24,229,18); }
H1.HeaderClassName
{
color: #18E512;
}
.AnyTagClassName
{
color: #18E512;
}
</style>
background-color css
<style>
a { background-color: #18E512; }
a { background-color: rgb(24,229,18); }
div.DivClassName
{
background-color: #18E512;
}
.BgClassName
{
background-color: #18E512;
}
</style>
border-color css
<style>
span { border-color: #18E512; }
span { border-color: rgb(24,229,18); }
td.TdClassName
{
border-color: #18E512;
}
.TagClassName
{
border-color: #18E512;
}
</style>