Shades of Free Speech Green #18D108
Tints of Free Speech Green #18D108
RGB
CMYK
RGB Variations
Color information
#18D108 (or 0x18D108) is known color: Free Speech Green. HEX triplet: 18, D1 and 08. RGB value is (24,209,8). Sum of RGB (Red+Green+Blue) = 24+209+8=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 209 (82.03% from 255 or 86.72% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 209 - color contains mainly: green. Hex color #18D108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D108 is #E72EF7. Grayscale: #838383. Windows color (decimal): -15150840 or 577816. OLE color: 577816.
HSL color Cylindrical-coordinate representation of color #18D108: hue angle of 115.22º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18D108 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 209 | 8 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.18 |
| HSL | 115.22º | 0.93% | 0.43% | - |
| HSV(B) | 115.22º | 0.96% | 0.82% | - |
| XYZ | 23.22 | 45.81 | 7.85 | - |
| YUV | 130.77 | 58.71 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 209 | 8 | 0.89 | 0 | 0.96 | 0.18 | 115.22 | 0.93 | 0.43 |
| Hex | 18 | D1 | 8 | 59 | 0 | 60 | 12 | 73 | 5D | 2B |
| Octal | 30 | 321 | 10 | 131 | 0 | 140 | 22 | 163 | 135 | 53 |
| Binary | 11000 | 11010001 | 1000 | 1011001 | 0 | 1100000 | 10010 | 1110011 | 1011101 | 101011 |
Color Harmonies of #18D108
Complementary color
Monochromatic Colors of #18D108
Black with #18D108
Text Example
Text Example
White with #18D108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D108; }
p { color: rgb(24,209,8); }
H1.HeaderClassName
{
color: #18D108;
}
.AnyTagClassName
{
color: #18D108;
}
</style>
background-color css
<style>
a { background-color: #18D108; }
a { background-color: rgb(24,209,8); }
div.DivClassName
{
background-color: #18D108;
}
.BgClassName
{
background-color: #18D108;
}
</style>
border-color css
<style>
span { border-color: #18D108; }
span { border-color: rgb(24,209,8); }
td.TdClassName
{
border-color: #18D108;
}
.TagClassName
{
border-color: #18D108;
}
</style>