Shades of Free Speech Green #18DF0D
Tints of Free Speech Green #18DF0D
RGB
CMYK
RGB Variations
Color information
#18DF0D (or 0x18DF0D) is known color: Free Speech Green. HEX triplet: 18, DF and 0D. RGB value is (24,223,13). Sum of RGB (Red+Green+Blue) = 24+223+13=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 223 (87.5% from 255 or 85.77% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 223 - color contains mainly: green. Hex color #18DF0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DF0D is #E720F2. Grayscale: #8C8C8C. Windows color (decimal): -15147251 or 909080. OLE color: 909080.
HSL color Cylindrical-coordinate representation of color #18DF0D: hue angle of 116.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18DF0D is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 13 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.13 |
| HSL | 116.86º | 0.89% | 0.46% | - |
| HSV(B) | 116.86º | 0.94% | 0.87% | - |
| XYZ | 26.84 | 53 | 9.2 | - |
| YUV | 139.56 | 56.57 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 13 | 0.89 | 0 | 0.94 | 0.13 | 116.86 | 0.89 | 0.46 |
| Hex | 18 | DF | D | 59 | 0 | 5E | D | 75 | 59 | 2E |
| Octal | 30 | 337 | 15 | 131 | 0 | 136 | 15 | 165 | 131 | 56 |
| Binary | 11000 | 11011111 | 1101 | 1011001 | 0 | 1011110 | 1101 | 1110101 | 1011001 | 101110 |
Color Harmonies of #18DF0D
Complementary color
Monochromatic Colors of #18DF0D
Black with #18DF0D
Text Example
Text Example
White with #18DF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DF0D; }
p { color: rgb(24,223,13); }
H1.HeaderClassName
{
color: #18DF0D;
}
.AnyTagClassName
{
color: #18DF0D;
}
</style>
background-color css
<style>
a { background-color: #18DF0D; }
a { background-color: rgb(24,223,13); }
div.DivClassName
{
background-color: #18DF0D;
}
.BgClassName
{
background-color: #18DF0D;
}
</style>
border-color css
<style>
span { border-color: #18DF0D; }
span { border-color: rgb(24,223,13); }
td.TdClassName
{
border-color: #18DF0D;
}
.TagClassName
{
border-color: #18DF0D;
}
</style>