Shades of Free Speech Green #18F119
Tints of Free Speech Green #18F119
RGB
CMYK
RGB Variations
Color information
#18F119 (or 0x18F119) is known color: Free Speech Green. HEX triplet: 18, F1 and 19. RGB value is (24,241,25). Sum of RGB (Red+Green+Blue) = 24+241+25=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 241 (94.53% from 255 or 83.10% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 241 - color contains mainly: green. Hex color #18F119 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F119 is #E70EE6. Grayscale: #989898. Windows color (decimal): -15142631 or 1700120. OLE color: 1700120.
HSL color Cylindrical-coordinate representation of color #18F119: hue angle of 120.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F119 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 25 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.05 |
| HSL | 120.28º | 0.89% | 0.52% | - |
| HSV(B) | 120.28º | 0.9% | 0.95% | - |
| XYZ | 32.01 | 63.17 | 11.43 | - |
| YUV | 151.49 | 56.61 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 25 | 0.90 | 0 | 0.90 | 0.05 | 120.28 | 0.89 | 0.52 |
| Hex | 18 | F1 | 19 | 5A | 0 | 5A | 5 | 78 | 59 | 34 |
| Octal | 30 | 361 | 31 | 132 | 0 | 132 | 5 | 170 | 131 | 64 |
| Binary | 11000 | 11110001 | 11001 | 1011010 | 0 | 1011010 | 101 | 1111000 | 1011001 | 110100 |
Color Harmonies of #18F119
Complementary color
Monochromatic Colors of #18F119
Black with #18F119
Text Example
Text Example
White with #18F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F119; }
p { color: rgb(24,241,25); }
H1.HeaderClassName
{
color: #18F119;
}
.AnyTagClassName
{
color: #18F119;
}
</style>
background-color css
<style>
a { background-color: #18F119; }
a { background-color: rgb(24,241,25); }
div.DivClassName
{
background-color: #18F119;
}
.BgClassName
{
background-color: #18F119;
}
</style>
border-color css
<style>
span { border-color: #18F119; }
span { border-color: rgb(24,241,25); }
td.TdClassName
{
border-color: #18F119;
}
.TagClassName
{
border-color: #18F119;
}
</style>