Shades of Free Speech Green #18F80B
Tints of Free Speech Green #18F80B
RGB
CMYK
RGB Variations
Color information
#18F80B (or 0x18F80B) is known color: Free Speech Green. HEX triplet: 18, F8 and 0B. RGB value is (24,248,11). Sum of RGB (Red+Green+Blue) = 24+248+11=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 248 (97.27% from 255 or 87.63% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 248 - color contains mainly: green. Hex color #18F80B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F80B is #E707F4. Grayscale: #9A9A9A. Windows color (decimal): -15140853 or 784408. OLE color: 784408.
HSL color Cylindrical-coordinate representation of color #18F80B: hue angle of 116.71º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18F80B is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 11 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.03 |
| HSL | 116.71º | 0.94% | 0.51% | - |
| HSV(B) | 116.71º | 0.96% | 0.97% | - |
| XYZ | 34 | 67.35 | 11.52 | - |
| YUV | 154.01 | 47.29 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 11 | 0.90 | 0 | 0.96 | 0.03 | 116.71 | 0.94 | 0.51 |
| Hex | 18 | F8 | B | 5A | 0 | 60 | 3 | 75 | 5E | 33 |
| Octal | 30 | 370 | 13 | 132 | 0 | 140 | 3 | 165 | 136 | 63 |
| Binary | 11000 | 11111000 | 1011 | 1011010 | 0 | 1100000 | 11 | 1110101 | 1011110 | 110011 |
Color Harmonies of #18F80B
Complementary color
Monochromatic Colors of #18F80B
Black with #18F80B
Text Example
Text Example
White with #18F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F80B; }
p { color: rgb(24,248,11); }
H1.HeaderClassName
{
color: #18F80B;
}
.AnyTagClassName
{
color: #18F80B;
}
</style>
background-color css
<style>
a { background-color: #18F80B; }
a { background-color: rgb(24,248,11); }
div.DivClassName
{
background-color: #18F80B;
}
.BgClassName
{
background-color: #18F80B;
}
</style>
border-color css
<style>
span { border-color: #18F80B; }
span { border-color: rgb(24,248,11); }
td.TdClassName
{
border-color: #18F80B;
}
.TagClassName
{
border-color: #18F80B;
}
</style>