Shades of Free Speech Green #18D40D
Tints of Free Speech Green #18D40D
RGB
CMYK
RGB Variations
Color information
#18D40D (or 0x18D40D) is known color: Free Speech Green. HEX triplet: 18, D4 and 0D. RGB value is (24,212,13). Sum of RGB (Red+Green+Blue) = 24+212+13=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 212 (83.20% from 255 or 85.14% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 212 - color contains mainly: green. Hex color #18D40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D40D is #E72BF2. Grayscale: #858585. Windows color (decimal): -15150067 or 906264. OLE color: 906264.
HSL color Cylindrical-coordinate representation of color #18D40D: hue angle of 116.68º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18D40D is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 212 | 13 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.17 |
| HSL | 116.68º | 0.88% | 0.44% | - |
| HSV(B) | 116.68º | 0.94% | 0.83% | - |
| XYZ | 23.99 | 47.31 | 8.25 | - |
| YUV | 133.1 | 60.22 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 13 | 0.89 | 0 | 0.94 | 0.17 | 116.68 | 0.88 | 0.44 |
| Hex | 18 | D4 | D | 59 | 0 | 5E | 11 | 75 | 58 | 2C |
| Octal | 30 | 324 | 15 | 131 | 0 | 136 | 21 | 165 | 130 | 54 |
| Binary | 11000 | 11010100 | 1101 | 1011001 | 0 | 1011110 | 10001 | 1110101 | 1011000 | 101100 |
Color Harmonies of #18D40D
Complementary color
Monochromatic Colors of #18D40D
Black with #18D40D
Text Example
Text Example
White with #18D40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D40D; }
p { color: rgb(24,212,13); }
H1.HeaderClassName
{
color: #18D40D;
}
.AnyTagClassName
{
color: #18D40D;
}
</style>
background-color css
<style>
a { background-color: #18D40D; }
a { background-color: rgb(24,212,13); }
div.DivClassName
{
background-color: #18D40D;
}
.BgClassName
{
background-color: #18D40D;
}
</style>
border-color css
<style>
span { border-color: #18D40D; }
span { border-color: rgb(24,212,13); }
td.TdClassName
{
border-color: #18D40D;
}
.TagClassName
{
border-color: #18D40D;
}
</style>