Shades of Free Speech Green #18FA1B
Tints of Free Speech Green #18FA1B
RGB
CMYK
RGB Variations
Color information
#18FA1B (or 0x18FA1B) is known color: Free Speech Green. HEX triplet: 18, FA and 1B. RGB value is (24,250,27). Sum of RGB (Red+Green+Blue) = 24+250+27=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 250 (98.05% from 255 or 83.06% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FA1B is #E705E4. Grayscale: #9D9D9D. Windows color (decimal): -15140325 or 1833496. OLE color: 1833496.
HSL color Cylindrical-coordinate representation of color #18FA1B: hue angle of 120.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FA1B is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 27 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.02 |
| HSL | 120.8º | 0.96% | 0.54% | - |
| HSV(B) | 120.8º | 0.9% | 0.98% | - |
| XYZ | 34.76 | 68.64 | 12.45 | - |
| YUV | 157 | 54.63 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 27 | 0.90 | 0 | 0.89 | 0.02 | 120.8 | 0.96 | 0.54 |
| Hex | 18 | FA | 1B | 5A | 0 | 59 | 2 | 79 | 60 | 36 |
| Octal | 30 | 372 | 33 | 132 | 0 | 131 | 2 | 171 | 140 | 66 |
| Binary | 11000 | 11111010 | 11011 | 1011010 | 0 | 1011001 | 10 | 1111001 | 1100000 | 110110 |
Color Harmonies of #18FA1B
Complementary color
Monochromatic Colors of #18FA1B
Black with #18FA1B
Text Example
Text Example
White with #18FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA1B; }
p { color: rgb(24,250,27); }
H1.HeaderClassName
{
color: #18FA1B;
}
.AnyTagClassName
{
color: #18FA1B;
}
</style>
background-color css
<style>
a { background-color: #18FA1B; }
a { background-color: rgb(24,250,27); }
div.DivClassName
{
background-color: #18FA1B;
}
.BgClassName
{
background-color: #18FA1B;
}
</style>
border-color css
<style>
span { border-color: #18FA1B; }
span { border-color: rgb(24,250,27); }
td.TdClassName
{
border-color: #18FA1B;
}
.TagClassName
{
border-color: #18FA1B;
}
</style>