Shades of Free Speech Green #18F70C
Tints of Free Speech Green #18F70C
RGB
CMYK
RGB Variations
Color information
#18F70C (or 0x18F70C) is known color: Free Speech Green. HEX triplet: 18, F7 and 0C. RGB value is (24,247,12). Sum of RGB (Red+Green+Blue) = 24+247+12=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 247 (96.88% from 255 or 87.28% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 247 - color contains mainly: green. Hex color #18F70C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F70C is #E708F3. Grayscale: #9A9A9A. Windows color (decimal): -15141108 or 849688. OLE color: 849688.
HSL color Cylindrical-coordinate representation of color #18F70C: hue angle of 116.94º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18F70C is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 247 | 12 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.03 |
| HSL | 116.94º | 0.94% | 0.51% | - |
| HSV(B) | 116.94º | 0.95% | 0.97% | - |
| XYZ | 33.7 | 66.74 | 11.45 | - |
| YUV | 153.53 | 48.12 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 247 | 12 | 0.90 | 0 | 0.95 | 0.03 | 116.94 | 0.94 | 0.51 |
| Hex | 18 | F7 | C | 5A | 0 | 5F | 3 | 75 | 5E | 33 |
| Octal | 30 | 367 | 14 | 132 | 0 | 137 | 3 | 165 | 136 | 63 |
| Binary | 11000 | 11110111 | 1100 | 1011010 | 0 | 1011111 | 11 | 1110101 | 1011110 | 110011 |
Color Harmonies of #18F70C
Complementary color
Monochromatic Colors of #18F70C
Black with #18F70C
Text Example
Text Example
White with #18F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F70C; }
p { color: rgb(24,247,12); }
H1.HeaderClassName
{
color: #18F70C;
}
.AnyTagClassName
{
color: #18F70C;
}
</style>
background-color css
<style>
a { background-color: #18F70C; }
a { background-color: rgb(24,247,12); }
div.DivClassName
{
background-color: #18F70C;
}
.BgClassName
{
background-color: #18F70C;
}
</style>
border-color css
<style>
span { border-color: #18F70C; }
span { border-color: rgb(24,247,12); }
td.TdClassName
{
border-color: #18F70C;
}
.TagClassName
{
border-color: #18F70C;
}
</style>