Shades of Free Speech Green #18F70B
Tints of Free Speech Green #18F70B
RGB
CMYK
RGB Variations
Color information
#18F70B (or 0x18F70B) is known color: Free Speech Green. HEX triplet: 18, F7 and 0B. RGB value is (24,247,11). Sum of RGB (Red+Green+Blue) = 24+247+11=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 247 (96.88% from 255 or 87.59% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 247 - color contains mainly: green. Hex color #18F70B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F70B is #E708F4. Grayscale: #9A9A9A. Windows color (decimal): -15141109 or 784152. OLE color: 784152.
HSL color Cylindrical-coordinate representation of color #18F70B: hue angle of 116.69º 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 #18F70B is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 247 | 11 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.03 |
| HSL | 116.69º | 0.94% | 0.51% | - |
| HSV(B) | 116.69º | 0.96% | 0.97% | - |
| XYZ | 33.7 | 66.74 | 11.42 | - |
| YUV | 153.42 | 47.62 | 35.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 247 | 11 | 0.90 | 0 | 0.96 | 0.03 | 116.69 | 0.94 | 0.51 |
| Hex | 18 | F7 | B | 5A | 0 | 60 | 3 | 75 | 5E | 33 |
| Octal | 30 | 367 | 13 | 132 | 0 | 140 | 3 | 165 | 136 | 63 |
| Binary | 11000 | 11110111 | 1011 | 1011010 | 0 | 1100000 | 11 | 1110101 | 1011110 | 110011 |
Color Harmonies of #18F70B
Complementary color
Monochromatic Colors of #18F70B
Black with #18F70B
Text Example
Text Example
White with #18F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F70B; }
p { color: rgb(24,247,11); }
H1.HeaderClassName
{
color: #18F70B;
}
.AnyTagClassName
{
color: #18F70B;
}
</style>
background-color css
<style>
a { background-color: #18F70B; }
a { background-color: rgb(24,247,11); }
div.DivClassName
{
background-color: #18F70B;
}
.BgClassName
{
background-color: #18F70B;
}
</style>
border-color css
<style>
span { border-color: #18F70B; }
span { border-color: rgb(24,247,11); }
td.TdClassName
{
border-color: #18F70B;
}
.TagClassName
{
border-color: #18F70B;
}
</style>