Shades of Free Speech Green #18F825
Tints of Free Speech Green #18F825
RGB
CMYK
RGB Variations
Color information
#18F825 (or 0x18F825) is known color: Free Speech Green. HEX triplet: 18, F8 and 25. RGB value is (24,248,37). Sum of RGB (Red+Green+Blue) = 24+248+37=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 248 (97.27% from 255 or 80.26% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 248 - color contains mainly: green. Hex color #18F825 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F825 is #E707DA. Grayscale: #9D9D9D. Windows color (decimal): -15140827 or 2488344. OLE color: 2488344.
HSL color Cylindrical-coordinate representation of color #18F825: hue angle of 123.48º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F825 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 37 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.03 |
| HSL | 123.48º | 0.94% | 0.53% | - |
| HSV(B) | 123.48º | 0.9% | 0.97% | - |
| XYZ | 34.28 | 67.46 | 12.97 | - |
| YUV | 156.97 | 60.29 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 37 | 0.90 | 0 | 0.85 | 0.03 | 123.48 | 0.94 | 0.53 |
| Hex | 18 | F8 | 25 | 5A | 0 | 55 | 3 | 7B | 5E | 35 |
| Octal | 30 | 370 | 45 | 132 | 0 | 125 | 3 | 173 | 136 | 65 |
| Binary | 11000 | 11111000 | 100101 | 1011010 | 0 | 1010101 | 11 | 1111011 | 1011110 | 110101 |
Color Harmonies of #18F825
Complementary color
Monochromatic Colors of #18F825
Black with #18F825
Text Example
Text Example
White with #18F825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F825; }
p { color: rgb(24,248,37); }
H1.HeaderClassName
{
color: #18F825;
}
.AnyTagClassName
{
color: #18F825;
}
</style>
background-color css
<style>
a { background-color: #18F825; }
a { background-color: rgb(24,248,37); }
div.DivClassName
{
background-color: #18F825;
}
.BgClassName
{
background-color: #18F825;
}
</style>
border-color css
<style>
span { border-color: #18F825; }
span { border-color: rgb(24,248,37); }
td.TdClassName
{
border-color: #18F825;
}
.TagClassName
{
border-color: #18F825;
}
</style>