Shades of Free Speech Green #18F236
Tints of Free Speech Green #18F236
RGB
CMYK
RGB Variations
Color information
#18F236 (or 0x18F236) is known color: Free Speech Green. HEX triplet: 18, F2 and 36. RGB value is (24,242,54). Sum of RGB (Red+Green+Blue) = 24+242+54=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 242 (94.92% from 255 or 75.62% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 242 - color contains mainly: green. Hex color #18F236 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F236 is #E70DC9. Grayscale: #9B9B9B. Windows color (decimal): -15142346 or 3600920. OLE color: 3600920.
HSL color Cylindrical-coordinate representation of color #18F236: hue angle of 128.26º 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 #18F236 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 54 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.05 |
| HSL | 128.26º | 0.89% | 0.52% | - |
| HSV(B) | 128.26º | 0.9% | 0.95% | - |
| XYZ | 32.79 | 63.96 | 14.11 | - |
| YUV | 155.39 | 70.78 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 54 | 0.90 | 0 | 0.78 | 0.05 | 128.26 | 0.89 | 0.52 |
| Hex | 18 | F2 | 36 | 5A | 0 | 4E | 5 | 80 | 59 | 34 |
| Octal | 30 | 362 | 66 | 132 | 0 | 116 | 5 | 200 | 131 | 64 |
| Binary | 11000 | 11110010 | 110110 | 1011010 | 0 | 1001110 | 101 | 10000000 | 1011001 | 110100 |
Color Harmonies of #18F236
Complementary color
Monochromatic Colors of #18F236
Black with #18F236
Text Example
Text Example
White with #18F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F236; }
p { color: rgb(24,242,54); }
H1.HeaderClassName
{
color: #18F236;
}
.AnyTagClassName
{
color: #18F236;
}
</style>
background-color css
<style>
a { background-color: #18F236; }
a { background-color: rgb(24,242,54); }
div.DivClassName
{
background-color: #18F236;
}
.BgClassName
{
background-color: #18F236;
}
</style>
border-color css
<style>
span { border-color: #18F236; }
span { border-color: rgb(24,242,54); }
td.TdClassName
{
border-color: #18F236;
}
.TagClassName
{
border-color: #18F236;
}
</style>