Shades of Free Speech Green #18F435
Tints of Free Speech Green #18F435
RGB
CMYK
RGB Variations
Color information
#18F435 (or 0x18F435) is known color: Free Speech Green. HEX triplet: 18, F4 and 35. RGB value is (24,244,53). Sum of RGB (Red+Green+Blue) = 24+244+53=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 244 (95.70% from 255 or 76.01% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 244 - color contains mainly: green. Hex color #18F435 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F435 is #E70BCA. Grayscale: #9C9C9C. Windows color (decimal): -15141835 or 3535896. OLE color: 3535896.
HSL color Cylindrical-coordinate representation of color #18F435: hue angle of 127.91º 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 #18F435 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 53 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.04 |
| HSL | 127.91º | 0.91% | 0.53% | - |
| HSV(B) | 127.91º | 0.9% | 0.96% | - |
| XYZ | 33.37 | 65.15 | 14.19 | - |
| YUV | 156.45 | 69.61 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 53 | 0.90 | 0 | 0.78 | 0.04 | 127.91 | 0.91 | 0.53 |
| Hex | 18 | F4 | 35 | 5A | 0 | 4E | 4 | 80 | 5B | 35 |
| Octal | 30 | 364 | 65 | 132 | 0 | 116 | 4 | 200 | 133 | 65 |
| Binary | 11000 | 11110100 | 110101 | 1011010 | 0 | 1001110 | 100 | 10000000 | 1011011 | 110101 |
Color Harmonies of #18F435
Complementary color
Monochromatic Colors of #18F435
Black with #18F435
Text Example
Text Example
White with #18F435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F435; }
p { color: rgb(24,244,53); }
H1.HeaderClassName
{
color: #18F435;
}
.AnyTagClassName
{
color: #18F435;
}
</style>
background-color css
<style>
a { background-color: #18F435; }
a { background-color: rgb(24,244,53); }
div.DivClassName
{
background-color: #18F435;
}
.BgClassName
{
background-color: #18F435;
}
</style>
border-color css
<style>
span { border-color: #18F435; }
span { border-color: rgb(24,244,53); }
td.TdClassName
{
border-color: #18F435;
}
.TagClassName
{
border-color: #18F435;
}
</style>