Shades of Free Speech Green #18F735
Tints of Free Speech Green #18F735
RGB
CMYK
RGB Variations
Color information
#18F735 (or 0x18F735) is known color: Free Speech Green. HEX triplet: 18, F7 and 35. RGB value is (24,247,53). Sum of RGB (Red+Green+Blue) = 24+247+53=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 247 (96.88% from 255 or 76.23% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 247 - color contains mainly: green. Hex color #18F735 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F735 is #E708CA. Grayscale: #9E9E9E. Windows color (decimal): -15141067 or 3536664. OLE color: 3536664.
HSL color Cylindrical-coordinate representation of color #18F735: hue angle of 127.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F735 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 247 | 53 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.03 |
| HSL | 127.8º | 0.93% | 0.53% | - |
| HSV(B) | 127.8º | 0.9% | 0.97% | - |
| XYZ | 34.28 | 66.97 | 14.49 | - |
| YUV | 158.21 | 68.62 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 247 | 53 | 0.90 | 0 | 0.79 | 0.03 | 127.8 | 0.93 | 0.53 |
| Hex | 18 | F7 | 35 | 5A | 0 | 4F | 3 | 80 | 5D | 35 |
| Octal | 30 | 367 | 65 | 132 | 0 | 117 | 3 | 200 | 135 | 65 |
| Binary | 11000 | 11110111 | 110101 | 1011010 | 0 | 1001111 | 11 | 10000000 | 1011101 | 110101 |
Color Harmonies of #18F735
Complementary color
Monochromatic Colors of #18F735
Black with #18F735
Text Example
Text Example
White with #18F735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F735; }
p { color: rgb(24,247,53); }
H1.HeaderClassName
{
color: #18F735;
}
.AnyTagClassName
{
color: #18F735;
}
</style>
background-color css
<style>
a { background-color: #18F735; }
a { background-color: rgb(24,247,53); }
div.DivClassName
{
background-color: #18F735;
}
.BgClassName
{
background-color: #18F735;
}
</style>
border-color css
<style>
span { border-color: #18F735; }
span { border-color: rgb(24,247,53); }
td.TdClassName
{
border-color: #18F735;
}
.TagClassName
{
border-color: #18F735;
}
</style>