Shades of Free Speech Green #18D508
Tints of Free Speech Green #18D508
RGB
CMYK
RGB Variations
Color information
#18D508 (or 0x18D508) is known color: Free Speech Green. HEX triplet: 18, D5 and 08. RGB value is (24,213,8). Sum of RGB (Red+Green+Blue) = 24+213+8=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 213 (83.59% from 255 or 86.94% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 213 - color contains mainly: green. Hex color #18D508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D508 is #E72AF7. Grayscale: #858585. Windows color (decimal): -15149816 or 578840. OLE color: 578840.
HSL color Cylindrical-coordinate representation of color #18D508: hue angle of 115.32º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18D508 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 8 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.16 |
| HSL | 115.32º | 0.93% | 0.43% | - |
| HSV(B) | 115.32º | 0.96% | 0.84% | - |
| XYZ | 24.21 | 47.8 | 8.18 | - |
| YUV | 133.12 | 57.38 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 8 | 0.89 | 0 | 0.96 | 0.16 | 115.32 | 0.93 | 0.43 |
| Hex | 18 | D5 | 8 | 59 | 0 | 60 | 10 | 73 | 5D | 2B |
| Octal | 30 | 325 | 10 | 131 | 0 | 140 | 20 | 163 | 135 | 53 |
| Binary | 11000 | 11010101 | 1000 | 1011001 | 0 | 1100000 | 10000 | 1110011 | 1011101 | 101011 |
Color Harmonies of #18D508
Complementary color
Monochromatic Colors of #18D508
Black with #18D508
Text Example
Text Example
White with #18D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D508; }
p { color: rgb(24,213,8); }
H1.HeaderClassName
{
color: #18D508;
}
.AnyTagClassName
{
color: #18D508;
}
</style>
background-color css
<style>
a { background-color: #18D508; }
a { background-color: rgb(24,213,8); }
div.DivClassName
{
background-color: #18D508;
}
.BgClassName
{
background-color: #18D508;
}
</style>
border-color css
<style>
span { border-color: #18D508; }
span { border-color: rgb(24,213,8); }
td.TdClassName
{
border-color: #18D508;
}
.TagClassName
{
border-color: #18D508;
}
</style>