Shades of Free Speech Green #18D50D
Tints of Free Speech Green #18D50D
RGB
CMYK
RGB Variations
Color information
#18D50D (or 0x18D50D) is known color: Free Speech Green. HEX triplet: 18, D5 and 0D. RGB value is (24,213,13). Sum of RGB (Red+Green+Blue) = 24+213+13=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 213 (83.59% from 255 or 85.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 213 - color contains mainly: green. Hex color #18D50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D50D is #E72AF2. Grayscale: #868686. Windows color (decimal): -15149811 or 906520. OLE color: 906520.
HSL color Cylindrical-coordinate representation of color #18D50D: hue angle of 116.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18D50D is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 13 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.16 |
| HSL | 116.7º | 0.88% | 0.44% | - |
| HSV(B) | 116.7º | 0.94% | 0.84% | - |
| XYZ | 24.24 | 47.81 | 8.33 | - |
| YUV | 133.69 | 59.88 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 13 | 0.89 | 0 | 0.94 | 0.16 | 116.7 | 0.88 | 0.44 |
| Hex | 18 | D5 | D | 59 | 0 | 5E | 10 | 75 | 58 | 2C |
| Octal | 30 | 325 | 15 | 131 | 0 | 136 | 20 | 165 | 130 | 54 |
| Binary | 11000 | 11010101 | 1101 | 1011001 | 0 | 1011110 | 10000 | 1110101 | 1011000 | 101100 |
Color Harmonies of #18D50D
Complementary color
Monochromatic Colors of #18D50D
Black with #18D50D
Text Example
Text Example
White with #18D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D50D; }
p { color: rgb(24,213,13); }
H1.HeaderClassName
{
color: #18D50D;
}
.AnyTagClassName
{
color: #18D50D;
}
</style>
background-color css
<style>
a { background-color: #18D50D; }
a { background-color: rgb(24,213,13); }
div.DivClassName
{
background-color: #18D50D;
}
.BgClassName
{
background-color: #18D50D;
}
</style>
border-color css
<style>
span { border-color: #18D50D; }
span { border-color: rgb(24,213,13); }
td.TdClassName
{
border-color: #18D50D;
}
.TagClassName
{
border-color: #18D50D;
}
</style>