Shades of Free Speech Green #18D609
Tints of Free Speech Green #18D609
RGB
CMYK
RGB Variations
Color information
#18D609 (or 0x18D609) is known color: Free Speech Green. HEX triplet: 18, D6 and 09. RGB value is (24,214,9). Sum of RGB (Red+Green+Blue) = 24+214+9=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 214 (83.98% from 255 or 86.64% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 214 - color contains mainly: green. Hex color #18D609 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D609 is #E729F6. Grayscale: #868686. Windows color (decimal): -15149559 or 644632. OLE color: 644632.
HSL color Cylindrical-coordinate representation of color #18D609: hue angle of 115.61º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18D609 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 9 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.16 |
| HSL | 115.61º | 0.92% | 0.44% | - |
| HSV(B) | 115.61º | 0.96% | 0.84% | - |
| XYZ | 24.47 | 48.31 | 8.29 | - |
| YUV | 133.82 | 57.55 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 9 | 0.89 | 0 | 0.96 | 0.16 | 115.61 | 0.92 | 0.44 |
| Hex | 18 | D6 | 9 | 59 | 0 | 60 | 10 | 74 | 5C | 2C |
| Octal | 30 | 326 | 11 | 131 | 0 | 140 | 20 | 164 | 134 | 54 |
| Binary | 11000 | 11010110 | 1001 | 1011001 | 0 | 1100000 | 10000 | 1110100 | 1011100 | 101100 |
Color Harmonies of #18D609
Complementary color
Monochromatic Colors of #18D609
Black with #18D609
Text Example
Text Example
White with #18D609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D609; }
p { color: rgb(24,214,9); }
H1.HeaderClassName
{
color: #18D609;
}
.AnyTagClassName
{
color: #18D609;
}
</style>
background-color css
<style>
a { background-color: #18D609; }
a { background-color: rgb(24,214,9); }
div.DivClassName
{
background-color: #18D609;
}
.BgClassName
{
background-color: #18D609;
}
</style>
border-color css
<style>
span { border-color: #18D609; }
span { border-color: rgb(24,214,9); }
td.TdClassName
{
border-color: #18D609;
}
.TagClassName
{
border-color: #18D609;
}
</style>