Shades of Free Speech Green #18F609
Tints of Free Speech Green #18F609
RGB
CMYK
RGB Variations
Color information
#18F609 (or 0x18F609) is known color: Free Speech Green. HEX triplet: 18, F6 and 09. RGB value is (24,246,9). Sum of RGB (Red+Green+Blue) = 24+246+9=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 246 (96.48% from 255 or 88.17% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 246 - color contains mainly: green. Hex color #18F609 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F609 is #E709F6. Grayscale: #999999. Windows color (decimal): -15141367 or 652824. OLE color: 652824.
HSL color Cylindrical-coordinate representation of color #18F609: hue angle of 116.2º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18F609 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 9 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.04 |
| HSL | 116.2º | 0.93% | 0.5% | - |
| HSV(B) | 116.2º | 0.96% | 0.96% | - |
| XYZ | 33.38 | 66.13 | 11.26 | - |
| YUV | 152.6 | 46.95 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 9 | 0.90 | 0 | 0.96 | 0.04 | 116.2 | 0.93 | 0.5 |
| Hex | 18 | F6 | 9 | 5A | 0 | 60 | 4 | 74 | 5D | 32 |
| Octal | 30 | 366 | 11 | 132 | 0 | 140 | 4 | 164 | 135 | 62 |
| Binary | 11000 | 11110110 | 1001 | 1011010 | 0 | 1100000 | 100 | 1110100 | 1011101 | 110010 |
Color Harmonies of #18F609
Complementary color
Monochromatic Colors of #18F609
Black with #18F609
Text Example
Text Example
White with #18F609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F609; }
p { color: rgb(24,246,9); }
H1.HeaderClassName
{
color: #18F609;
}
.AnyTagClassName
{
color: #18F609;
}
</style>
background-color css
<style>
a { background-color: #18F609; }
a { background-color: rgb(24,246,9); }
div.DivClassName
{
background-color: #18F609;
}
.BgClassName
{
background-color: #18F609;
}
</style>
border-color css
<style>
span { border-color: #18F609; }
span { border-color: rgb(24,246,9); }
td.TdClassName
{
border-color: #18F609;
}
.TagClassName
{
border-color: #18F609;
}
</style>