Shades of Free Speech Green #18F817
Tints of Free Speech Green #18F817
RGB
CMYK
RGB Variations
Color information
#18F817 (or 0x18F817) is known color: Free Speech Green. HEX triplet: 18, F8 and 17. RGB value is (24,248,23). Sum of RGB (Red+Green+Blue) = 24+248+23=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 248 (97.27% from 255 or 84.07% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 248 - color contains mainly: green. Hex color #18F817 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F817 is #E707E8. Grayscale: #9C9C9C. Windows color (decimal): -15140841 or 1570840. OLE color: 1570840.
HSL color Cylindrical-coordinate representation of color #18F817: hue angle of 119.73º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18F817 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 23 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.03 |
| HSL | 119.73º | 0.94% | 0.53% | - |
| HSV(B) | 119.73º | 0.91% | 0.97% | - |
| XYZ | 34.1 | 67.39 | 12.02 | - |
| YUV | 155.37 | 53.29 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 23 | 0.90 | 0 | 0.91 | 0.03 | 119.73 | 0.94 | 0.53 |
| Hex | 18 | F8 | 17 | 5A | 0 | 5B | 3 | 78 | 5E | 35 |
| Octal | 30 | 370 | 27 | 132 | 0 | 133 | 3 | 170 | 136 | 65 |
| Binary | 11000 | 11111000 | 10111 | 1011010 | 0 | 1011011 | 11 | 1111000 | 1011110 | 110101 |
Color Harmonies of #18F817
Complementary color
Monochromatic Colors of #18F817
Black with #18F817
Text Example
Text Example
White with #18F817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F817; }
p { color: rgb(24,248,23); }
H1.HeaderClassName
{
color: #18F817;
}
.AnyTagClassName
{
color: #18F817;
}
</style>
background-color css
<style>
a { background-color: #18F817; }
a { background-color: rgb(24,248,23); }
div.DivClassName
{
background-color: #18F817;
}
.BgClassName
{
background-color: #18F817;
}
</style>
border-color css
<style>
span { border-color: #18F817; }
span { border-color: rgb(24,248,23); }
td.TdClassName
{
border-color: #18F817;
}
.TagClassName
{
border-color: #18F817;
}
</style>