Shades of Free Speech Green #18FF0D
Tints of Free Speech Green #18FF0D
RGB
CMYK
RGB Variations
Color information
#18FF0D (or 0x18FF0D) is known color: Free Speech Green. HEX triplet: 18, FF and 0D. RGB value is (24,255,13). Sum of RGB (Red+Green+Blue) = 24+255+13=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 255 (100% from 255 or 87.33% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FF0D is #E700F2. Grayscale: #9F9F9F. Windows color (decimal): -15139059 or 917272. OLE color: 917272.
HSL color Cylindrical-coordinate representation of color #18FF0D: hue angle of 117.27º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18FF0D is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 13 | - |
| CMYK | 0.91 | 0 | 0.95 | 0 |
| HSL | 117.27º | 1% | 0.53% | - |
| HSV(B) | 117.27º | 0.95% | 1% | - |
| XYZ | 36.21 | 71.74 | 12.32 | - |
| YUV | 158.34 | 45.97 | 32.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 13 | 0.91 | 0 | 0.95 | 0 | 117.27 | 1 | 0.53 |
| Hex | 18 | FF | D | 5B | 0 | 5F | 0 | 75 | 64 | 35 |
| Octal | 30 | 377 | 15 | 133 | 0 | 137 | 0 | 165 | 144 | 65 |
| Binary | 11000 | 11111111 | 1101 | 1011011 | 0 | 1011111 | 0 | 1110101 | 1100100 | 110101 |
Color Harmonies of #18FF0D
Complementary color
Monochromatic Colors of #18FF0D
Black with #18FF0D
Text Example
Text Example
White with #18FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF0D; }
p { color: rgb(24,255,13); }
H1.HeaderClassName
{
color: #18FF0D;
}
.AnyTagClassName
{
color: #18FF0D;
}
</style>
background-color css
<style>
a { background-color: #18FF0D; }
a { background-color: rgb(24,255,13); }
div.DivClassName
{
background-color: #18FF0D;
}
.BgClassName
{
background-color: #18FF0D;
}
</style>
border-color css
<style>
span { border-color: #18FF0D; }
span { border-color: rgb(24,255,13); }
td.TdClassName
{
border-color: #18FF0D;
}
.TagClassName
{
border-color: #18FF0D;
}
</style>