Shades of Free Speech Green #18DD12
Tints of Free Speech Green #18DD12
RGB
CMYK
RGB Variations
Color information
#18DD12 (or 0x18DD12) is known color: Free Speech Green. HEX triplet: 18, DD and 12. RGB value is (24,221,18). Sum of RGB (Red+Green+Blue) = 24+221+18=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 221 (86.72% from 255 or 84.03% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DD12 is #E722ED. Grayscale: #8B8B8B. Windows color (decimal): -15147758 or 1236248. OLE color: 1236248.
HSL color Cylindrical-coordinate representation of color #18DD12: hue angle of 118.23º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18DD12 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 18 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.13 |
| HSL | 118.23º | 0.85% | 0.47% | - |
| HSV(B) | 118.23º | 0.92% | 0.87% | - |
| XYZ | 26.34 | 51.95 | 9.21 | - |
| YUV | 138.96 | 59.73 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 18 | 0.89 | 0 | 0.92 | 0.13 | 118.23 | 0.85 | 0.47 |
| Hex | 18 | DD | 12 | 59 | 0 | 5C | D | 76 | 55 | 2F |
| Octal | 30 | 335 | 22 | 131 | 0 | 134 | 15 | 166 | 125 | 57 |
| Binary | 11000 | 11011101 | 10010 | 1011001 | 0 | 1011100 | 1101 | 1110110 | 1010101 | 101111 |
Color Harmonies of #18DD12
Complementary color
Monochromatic Colors of #18DD12
Black with #18DD12
Text Example
Text Example
White with #18DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DD12; }
p { color: rgb(24,221,18); }
H1.HeaderClassName
{
color: #18DD12;
}
.AnyTagClassName
{
color: #18DD12;
}
</style>
background-color css
<style>
a { background-color: #18DD12; }
a { background-color: rgb(24,221,18); }
div.DivClassName
{
background-color: #18DD12;
}
.BgClassName
{
background-color: #18DD12;
}
</style>
border-color css
<style>
span { border-color: #18DD12; }
span { border-color: rgb(24,221,18); }
td.TdClassName
{
border-color: #18DD12;
}
.TagClassName
{
border-color: #18DD12;
}
</style>