Shades of Free Speech Green #18F124
Tints of Free Speech Green #18F124
RGB
CMYK
RGB Variations
Color information
#18F124 (or 0x18F124) is known color: Free Speech Green. HEX triplet: 18, F1 and 24. RGB value is (24,241,36). Sum of RGB (Red+Green+Blue) = 24+241+36=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 241 (94.53% from 255 or 80.07% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 241 - color contains mainly: green. Hex color #18F124 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F124 is #E70EDB. Grayscale: #999999. Windows color (decimal): -15142620 or 2421016. OLE color: 2421016.
HSL color Cylindrical-coordinate representation of color #18F124: hue angle of 123.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F124 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 36 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.05 |
| HSL | 123.32º | 0.89% | 0.52% | - |
| HSV(B) | 123.32º | 0.9% | 0.95% | - |
| XYZ | 32.15 | 63.23 | 12.18 | - |
| YUV | 152.75 | 62.11 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 36 | 0.90 | 0 | 0.85 | 0.05 | 123.32 | 0.89 | 0.52 |
| Hex | 18 | F1 | 24 | 5A | 0 | 55 | 5 | 7B | 59 | 34 |
| Octal | 30 | 361 | 44 | 132 | 0 | 125 | 5 | 173 | 131 | 64 |
| Binary | 11000 | 11110001 | 100100 | 1011010 | 0 | 1010101 | 101 | 1111011 | 1011001 | 110100 |
Color Harmonies of #18F124
Complementary color
Monochromatic Colors of #18F124
Black with #18F124
Text Example
Text Example
White with #18F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F124; }
p { color: rgb(24,241,36); }
H1.HeaderClassName
{
color: #18F124;
}
.AnyTagClassName
{
color: #18F124;
}
</style>
background-color css
<style>
a { background-color: #18F124; }
a { background-color: rgb(24,241,36); }
div.DivClassName
{
background-color: #18F124;
}
.BgClassName
{
background-color: #18F124;
}
</style>
border-color css
<style>
span { border-color: #18F124; }
span { border-color: rgb(24,241,36); }
td.TdClassName
{
border-color: #18F124;
}
.TagClassName
{
border-color: #18F124;
}
</style>