Shades of Free Speech Green #18FA01
Tints of Free Speech Green #18FA01
RGB
CMYK
RGB Variations
Color information
#18FA01 (or 0x18FA01) is known color: Free Speech Green. HEX triplet: 18, FA and 01. RGB value is (24,250,1). Sum of RGB (Red+Green+Blue) = 24+250+1=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 250 (98.05% from 255 or 90.91% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FA01 is #E705FE. Grayscale: #9A9A9A. Windows color (decimal): -15140351 or 129560. OLE color: 129560.
HSL color Cylindrical-coordinate representation of color #18FA01: hue angle of 114.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18FA01 is Cyan = 0.90, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 1 | - |
| CMYK | 0.90 | 0 | 1.00 | 0.02 |
| HSL | 114.46º | 0.99% | 0.49% | - |
| HSV(B) | 114.46º | 1% | 0.98% | - |
| XYZ | 34.57 | 68.57 | 11.44 | - |
| YUV | 154.04 | 41.63 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 1 | 0.90 | 0 | 1.00 | 0.02 | 114.46 | 0.99 | 0.49 |
| Hex | 18 | FA | 1 | 5A | 0 | 64 | 2 | 72 | 63 | 31 |
| Octal | 30 | 372 | 1 | 132 | 0 | 144 | 2 | 162 | 143 | 61 |
| Binary | 11000 | 11111010 | 1 | 1011010 | 0 | 1100100 | 10 | 1110010 | 1100011 | 110001 |
Color Harmonies of #18FA01
Complementary color
Monochromatic Colors of #18FA01
Black with #18FA01
Text Example
Text Example
White with #18FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA01; }
p { color: rgb(24,250,1); }
H1.HeaderClassName
{
color: #18FA01;
}
.AnyTagClassName
{
color: #18FA01;
}
</style>
background-color css
<style>
a { background-color: #18FA01; }
a { background-color: rgb(24,250,1); }
div.DivClassName
{
background-color: #18FA01;
}
.BgClassName
{
background-color: #18FA01;
}
</style>
border-color css
<style>
span { border-color: #18FA01; }
span { border-color: rgb(24,250,1); }
td.TdClassName
{
border-color: #18FA01;
}
.TagClassName
{
border-color: #18FA01;
}
</style>