Shades of Free Speech Green #18F90D
Tints of Free Speech Green #18F90D
RGB
CMYK
RGB Variations
Color information
#18F90D (or 0x18F90D) is known color: Free Speech Green. HEX triplet: 18, F9 and 0D. RGB value is (24,249,13). Sum of RGB (Red+Green+Blue) = 24+249+13=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 249 (97.66% from 255 or 87.06% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 249 - color contains mainly: green. Hex color #18F90D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F90D is #E706F2. Grayscale: #9B9B9B. Windows color (decimal): -15140595 or 915736. OLE color: 915736.
HSL color Cylindrical-coordinate representation of color #18F90D: hue angle of 117.2º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18F90D is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 249 | 13 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.02 |
| HSL | 117.2º | 0.95% | 0.51% | - |
| HSV(B) | 117.2º | 0.95% | 0.98% | - |
| XYZ | 34.33 | 67.97 | 11.69 | - |
| YUV | 154.82 | 47.96 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 249 | 13 | 0.90 | 0 | 0.95 | 0.02 | 117.2 | 0.95 | 0.51 |
| Hex | 18 | F9 | D | 5A | 0 | 5F | 2 | 75 | 5F | 33 |
| Octal | 30 | 371 | 15 | 132 | 0 | 137 | 2 | 165 | 137 | 63 |
| Binary | 11000 | 11111001 | 1101 | 1011010 | 0 | 1011111 | 10 | 1110101 | 1011111 | 110011 |
Color Harmonies of #18F90D
Complementary color
Monochromatic Colors of #18F90D
Black with #18F90D
Text Example
Text Example
White with #18F90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F90D; }
p { color: rgb(24,249,13); }
H1.HeaderClassName
{
color: #18F90D;
}
.AnyTagClassName
{
color: #18F90D;
}
</style>
background-color css
<style>
a { background-color: #18F90D; }
a { background-color: rgb(24,249,13); }
div.DivClassName
{
background-color: #18F90D;
}
.BgClassName
{
background-color: #18F90D;
}
</style>
border-color css
<style>
span { border-color: #18F90D; }
span { border-color: rgb(24,249,13); }
td.TdClassName
{
border-color: #18F90D;
}
.TagClassName
{
border-color: #18F90D;
}
</style>