Shades of Free Speech Green #18F900
Tints of Free Speech Green #18F900
RGB
CMYK
RGB Variations
Color information
#18F900 (or 0x18F900) is known color: Free Speech Green. HEX triplet: 18, F9 and 00. RGB value is (24,249,0). Sum of RGB (Red+Green+Blue) = 24+249+0=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 249 (97.66% from 255 or 91.21% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 249 - color contains mainly: green. Hex color #18F900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F900 is #E706FF. Grayscale: #9A9A9A. Windows color (decimal): -15140608 or 63768. OLE color: 63768.
HSL color Cylindrical-coordinate representation of color #18F900: hue angle of 114.22º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18F900 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 249 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.02 |
| HSL | 114.22º | 1% | 0.49% | - |
| HSV(B) | 114.22º | 1% | 0.98% | - |
| XYZ | 34.25 | 67.95 | 11.31 | - |
| YUV | 153.34 | 41.46 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 249 | 0 | 0.90 | 0 | 1 | 0.02 | 114.22 | 1 | 0.49 |
| Hex | 18 | F9 | 0 | 5A | 0 | 64 | 2 | 72 | 64 | 31 |
| Octal | 30 | 371 | 0 | 132 | 0 | 144 | 2 | 162 | 144 | 61 |
| Binary | 11000 | 11111001 | 0 | 1011010 | 0 | 1100100 | 10 | 1110010 | 1100100 | 110001 |
Color Harmonies of #18F900
Complementary color
Monochromatic Colors of #18F900
Black with #18F900
Text Example
Text Example
White with #18F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F900; }
p { color: rgb(24,249,0); }
H1.HeaderClassName
{
color: #18F900;
}
.AnyTagClassName
{
color: #18F900;
}
</style>
background-color css
<style>
a { background-color: #18F900; }
a { background-color: rgb(24,249,0); }
div.DivClassName
{
background-color: #18F900;
}
.BgClassName
{
background-color: #18F900;
}
</style>
border-color css
<style>
span { border-color: #18F900; }
span { border-color: rgb(24,249,0); }
td.TdClassName
{
border-color: #18F900;
}
.TagClassName
{
border-color: #18F900;
}
</style>