Shades of Free Speech Green #18F00B
Tints of Free Speech Green #18F00B
RGB
CMYK
RGB Variations
Color information
#18F00B (or 0x18F00B) is known color: Free Speech Green. HEX triplet: 18, F0 and 0B. RGB value is (24,240,11). Sum of RGB (Red+Green+Blue) = 24+240+11=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 240 (94.14% from 255 or 87.27% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 240 - color contains mainly: green. Hex color #18F00B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F00B is #E70FF4. Grayscale: #969696. Windows color (decimal): -15142901 or 782360. OLE color: 782360.
HSL color Cylindrical-coordinate representation of color #18F00B: hue angle of 116.59º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18F00B is Cyan = 0.9, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 11 | - |
| CMYK | 0.9 | 0 | 0.95 | 0.06 |
| HSL | 116.59º | 0.91% | 0.49% | - |
| HSV(B) | 116.59º | 0.95% | 0.94% | - |
| XYZ | 31.6 | 62.54 | 10.72 | - |
| YUV | 149.31 | 49.94 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 11 | 0.9 | 0 | 0.95 | 0.06 | 116.59 | 0.91 | 0.49 |
| Hex | 18 | F0 | B | 5A | 0 | 5F | 6 | 75 | 5B | 31 |
| Octal | 30 | 360 | 13 | 132 | 0 | 137 | 6 | 165 | 133 | 61 |
| Binary | 11000 | 11110000 | 1011 | 1011010 | 0 | 1011111 | 110 | 1110101 | 1011011 | 110001 |
Color Harmonies of #18F00B
Complementary color
Monochromatic Colors of #18F00B
Black with #18F00B
Text Example
Text Example
White with #18F00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F00B; }
p { color: rgb(24,240,11); }
H1.HeaderClassName
{
color: #18F00B;
}
.AnyTagClassName
{
color: #18F00B;
}
</style>
background-color css
<style>
a { background-color: #18F00B; }
a { background-color: rgb(24,240,11); }
div.DivClassName
{
background-color: #18F00B;
}
.BgClassName
{
background-color: #18F00B;
}
</style>
border-color css
<style>
span { border-color: #18F00B; }
span { border-color: rgb(24,240,11); }
td.TdClassName
{
border-color: #18F00B;
}
.TagClassName
{
border-color: #18F00B;
}
</style>