Shades of Free Speech Green #18F10C
Tints of Free Speech Green #18F10C
RGB
CMYK
RGB Variations
Color information
#18F10C (or 0x18F10C) is known color: Free Speech Green. HEX triplet: 18, F1 and 0C. RGB value is (24,241,12). Sum of RGB (Red+Green+Blue) = 24+241+12=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 241 (94.53% from 255 or 87.00% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 241 - color contains mainly: green. Hex color #18F10C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F10C is #E70EF3. Grayscale: #969696. Windows color (decimal): -15142644 or 848152. OLE color: 848152.
HSL color Cylindrical-coordinate representation of color #18F10C: hue angle of 116.86º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18F10C is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 12 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.05 |
| HSL | 116.86º | 0.91% | 0.5% | - |
| HSV(B) | 116.86º | 0.95% | 0.95% | - |
| XYZ | 31.9 | 63.13 | 10.85 | - |
| YUV | 150.01 | 50.11 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 12 | 0.90 | 0 | 0.95 | 0.05 | 116.86 | 0.91 | 0.5 |
| Hex | 18 | F1 | C | 5A | 0 | 5F | 5 | 75 | 5B | 32 |
| Octal | 30 | 361 | 14 | 132 | 0 | 137 | 5 | 165 | 133 | 62 |
| Binary | 11000 | 11110001 | 1100 | 1011010 | 0 | 1011111 | 101 | 1110101 | 1011011 | 110010 |
Color Harmonies of #18F10C
Complementary color
Monochromatic Colors of #18F10C
Black with #18F10C
Text Example
Text Example
White with #18F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F10C; }
p { color: rgb(24,241,12); }
H1.HeaderClassName
{
color: #18F10C;
}
.AnyTagClassName
{
color: #18F10C;
}
</style>
background-color css
<style>
a { background-color: #18F10C; }
a { background-color: rgb(24,241,12); }
div.DivClassName
{
background-color: #18F10C;
}
.BgClassName
{
background-color: #18F10C;
}
</style>
border-color css
<style>
span { border-color: #18F10C; }
span { border-color: rgb(24,241,12); }
td.TdClassName
{
border-color: #18F10C;
}
.TagClassName
{
border-color: #18F10C;
}
</style>