Shades of Free Speech Green #18F706
Tints of Free Speech Green #18F706
RGB
CMYK
RGB Variations
Color information
#18F706 (or 0x18F706) is known color: Free Speech Green. HEX triplet: 18, F7 and 06. RGB value is (24,247,6). Sum of RGB (Red+Green+Blue) = 24+247+6=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 247 (96.88% from 255 or 89.17% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 247 - color contains mainly: green. Hex color #18F706 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F706 is #E708F9. Grayscale: #999999. Windows color (decimal): -15141114 or 456472. OLE color: 456472.
HSL color Cylindrical-coordinate representation of color #18F706: hue angle of 115.52º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18F706 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 247 | 6 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.03 |
| HSL | 115.52º | 0.95% | 0.5% | - |
| HSV(B) | 115.52º | 0.98% | 0.97% | - |
| XYZ | 33.67 | 66.73 | 11.28 | - |
| YUV | 152.85 | 45.12 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 247 | 6 | 0.90 | 0 | 0.98 | 0.03 | 115.52 | 0.95 | 0.5 |
| Hex | 18 | F7 | 6 | 5A | 0 | 62 | 3 | 74 | 5F | 32 |
| Octal | 30 | 367 | 6 | 132 | 0 | 142 | 3 | 164 | 137 | 62 |
| Binary | 11000 | 11110111 | 110 | 1011010 | 0 | 1100010 | 11 | 1110100 | 1011111 | 110010 |
Color Harmonies of #18F706
Complementary color
Monochromatic Colors of #18F706
Black with #18F706
Text Example
Text Example
White with #18F706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F706; }
p { color: rgb(24,247,6); }
H1.HeaderClassName
{
color: #18F706;
}
.AnyTagClassName
{
color: #18F706;
}
</style>
background-color css
<style>
a { background-color: #18F706; }
a { background-color: rgb(24,247,6); }
div.DivClassName
{
background-color: #18F706;
}
.BgClassName
{
background-color: #18F706;
}
</style>
border-color css
<style>
span { border-color: #18F706; }
span { border-color: rgb(24,247,6); }
td.TdClassName
{
border-color: #18F706;
}
.TagClassName
{
border-color: #18F706;
}
</style>