Shades of Free Speech Green #18DD0B
Tints of Free Speech Green #18DD0B
RGB
CMYK
RGB Variations
Color information
#18DD0B (or 0x18DD0B) is known color: Free Speech Green. HEX triplet: 18, DD and 0B. RGB value is (24,221,11). Sum of RGB (Red+Green+Blue) = 24+221+11=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 221 (86.72% from 255 or 86.33% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DD0B is #E722F4. Grayscale: #8A8A8A. Windows color (decimal): -15147765 or 777496. OLE color: 777496.
HSL color Cylindrical-coordinate representation of color #18DD0B: hue angle of 116.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18DD0B is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 11 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.13 |
| HSL | 116.29º | 0.91% | 0.45% | - |
| HSV(B) | 116.29º | 0.95% | 0.87% | - |
| XYZ | 26.29 | 51.93 | 8.95 | - |
| YUV | 138.16 | 56.23 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 11 | 0.89 | 0 | 0.95 | 0.13 | 116.29 | 0.91 | 0.45 |
| Hex | 18 | DD | B | 59 | 0 | 5F | D | 74 | 5B | 2D |
| Octal | 30 | 335 | 13 | 131 | 0 | 137 | 15 | 164 | 133 | 55 |
| Binary | 11000 | 11011101 | 1011 | 1011001 | 0 | 1011111 | 1101 | 1110100 | 1011011 | 101101 |
Color Harmonies of #18DD0B
Complementary color
Monochromatic Colors of #18DD0B
Black with #18DD0B
Text Example
Text Example
White with #18DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DD0B; }
p { color: rgb(24,221,11); }
H1.HeaderClassName
{
color: #18DD0B;
}
.AnyTagClassName
{
color: #18DD0B;
}
</style>
background-color css
<style>
a { background-color: #18DD0B; }
a { background-color: rgb(24,221,11); }
div.DivClassName
{
background-color: #18DD0B;
}
.BgClassName
{
background-color: #18DD0B;
}
</style>
border-color css
<style>
span { border-color: #18DD0B; }
span { border-color: rgb(24,221,11); }
td.TdClassName
{
border-color: #18DD0B;
}
.TagClassName
{
border-color: #18DD0B;
}
</style>