Shades of Free Speech Green #18F602
Tints of Free Speech Green #18F602
RGB
CMYK
RGB Variations
Color information
#18F602 (or 0x18F602) is known color: Free Speech Green. HEX triplet: 18, F6 and 02. RGB value is (24,246,2). Sum of RGB (Red+Green+Blue) = 24+246+2=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 246 (96.48% from 255 or 90.44% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 246 - color contains mainly: green. Hex color #18F602 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F602 is #E709FD. Grayscale: #989898. Windows color (decimal): -15141374 or 194072. OLE color: 194072.
HSL color Cylindrical-coordinate representation of color #18F602: hue angle of 114.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18F602 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.04 |
| HSL | 114.59º | 0.98% | 0.49% | - |
| HSV(B) | 114.59º | 0.99% | 0.96% | - |
| XYZ | 33.34 | 66.11 | 11.06 | - |
| YUV | 151.81 | 43.45 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 2 | 0.90 | 0 | 0.99 | 0.04 | 114.59 | 0.98 | 0.49 |
| Hex | 18 | F6 | 2 | 5A | 0 | 63 | 4 | 73 | 62 | 31 |
| Octal | 30 | 366 | 2 | 132 | 0 | 143 | 4 | 163 | 142 | 61 |
| Binary | 11000 | 11110110 | 10 | 1011010 | 0 | 1100011 | 100 | 1110011 | 1100010 | 110001 |
Color Harmonies of #18F602
Complementary color
Monochromatic Colors of #18F602
Black with #18F602
Text Example
Text Example
White with #18F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F602; }
p { color: rgb(24,246,2); }
H1.HeaderClassName
{
color: #18F602;
}
.AnyTagClassName
{
color: #18F602;
}
</style>
background-color css
<style>
a { background-color: #18F602; }
a { background-color: rgb(24,246,2); }
div.DivClassName
{
background-color: #18F602;
}
.BgClassName
{
background-color: #18F602;
}
</style>
border-color css
<style>
span { border-color: #18F602; }
span { border-color: rgb(24,246,2); }
td.TdClassName
{
border-color: #18F602;
}
.TagClassName
{
border-color: #18F602;
}
</style>