Shades of Free Speech Green #18DC13
Tints of Free Speech Green #18DC13
RGB
CMYK
RGB Variations
Color information
#18DC13 (or 0x18DC13) is known color: Free Speech Green. HEX triplet: 18, DC and 13. RGB value is (24,220,19). Sum of RGB (Red+Green+Blue) = 24+220+19=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 220 (86.33% from 255 or 83.65% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DC13 is #E723EC. Grayscale: #8B8B8B. Windows color (decimal): -15148013 or 1301528. OLE color: 1301528.
HSL color Cylindrical-coordinate representation of color #18DC13: hue angle of 118.51º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18DC13 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 19 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.14 |
| HSL | 118.51º | 0.84% | 0.47% | - |
| HSV(B) | 118.51º | 0.91% | 0.86% | - |
| XYZ | 26.09 | 51.43 | 9.17 | - |
| YUV | 138.48 | 60.57 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 19 | 0.89 | 0 | 0.91 | 0.14 | 118.51 | 0.84 | 0.47 |
| Hex | 18 | DC | 13 | 59 | 0 | 5B | E | 77 | 54 | 2F |
| Octal | 30 | 334 | 23 | 131 | 0 | 133 | 16 | 167 | 124 | 57 |
| Binary | 11000 | 11011100 | 10011 | 1011001 | 0 | 1011011 | 1110 | 1110111 | 1010100 | 101111 |
Color Harmonies of #18DC13
Complementary color
Monochromatic Colors of #18DC13
Black with #18DC13
Text Example
Text Example
White with #18DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC13; }
p { color: rgb(24,220,19); }
H1.HeaderClassName
{
color: #18DC13;
}
.AnyTagClassName
{
color: #18DC13;
}
</style>
background-color css
<style>
a { background-color: #18DC13; }
a { background-color: rgb(24,220,19); }
div.DivClassName
{
background-color: #18DC13;
}
.BgClassName
{
background-color: #18DC13;
}
</style>
border-color css
<style>
span { border-color: #18DC13; }
span { border-color: rgb(24,220,19); }
td.TdClassName
{
border-color: #18DC13;
}
.TagClassName
{
border-color: #18DC13;
}
</style>