Shades of Free Speech Green #18F426
Tints of Free Speech Green #18F426
RGB
CMYK
RGB Variations
Color information
#18F426 (or 0x18F426) is known color: Free Speech Green. HEX triplet: 18, F4 and 26. RGB value is (24,244,38). Sum of RGB (Red+Green+Blue) = 24+244+38=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 244 (95.70% from 255 or 79.74% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 244 - color contains mainly: green. Hex color #18F426 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F426 is #E70BD9. Grayscale: #9B9B9B. Windows color (decimal): -15141850 or 2552856. OLE color: 2552856.
HSL color Cylindrical-coordinate representation of color #18F426: hue angle of 123.82º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F426 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 38 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.04 |
| HSL | 123.82º | 0.91% | 0.53% | - |
| HSV(B) | 123.82º | 0.9% | 0.96% | - |
| XYZ | 33.08 | 65.04 | 12.64 | - |
| YUV | 154.74 | 62.11 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 38 | 0.90 | 0 | 0.84 | 0.04 | 123.82 | 0.91 | 0.53 |
| Hex | 18 | F4 | 26 | 5A | 0 | 54 | 4 | 7C | 5B | 35 |
| Octal | 30 | 364 | 46 | 132 | 0 | 124 | 4 | 174 | 133 | 65 |
| Binary | 11000 | 11110100 | 100110 | 1011010 | 0 | 1010100 | 100 | 1111100 | 1011011 | 110101 |
Color Harmonies of #18F426
Complementary color
Monochromatic Colors of #18F426
Black with #18F426
Text Example
Text Example
White with #18F426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F426; }
p { color: rgb(24,244,38); }
H1.HeaderClassName
{
color: #18F426;
}
.AnyTagClassName
{
color: #18F426;
}
</style>
background-color css
<style>
a { background-color: #18F426; }
a { background-color: rgb(24,244,38); }
div.DivClassName
{
background-color: #18F426;
}
.BgClassName
{
background-color: #18F426;
}
</style>
border-color css
<style>
span { border-color: #18F426; }
span { border-color: rgb(24,244,38); }
td.TdClassName
{
border-color: #18F426;
}
.TagClassName
{
border-color: #18F426;
}
</style>