Shades of Free Speech Green #18D706
Tints of Free Speech Green #18D706
RGB
CMYK
RGB Variations
Color information
#18D706 (or 0x18D706) is known color: Free Speech Green. HEX triplet: 18, D7 and 06. RGB value is (24,215,6). Sum of RGB (Red+Green+Blue) = 24+215+6=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 215 (84.38% from 255 or 87.76% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 215 - color contains mainly: green. Hex color #18D706 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D706 is #E728F9. Grayscale: #868686. Windows color (decimal): -15149306 or 448280. OLE color: 448280.
HSL color Cylindrical-coordinate representation of color #18D706: hue angle of 114.83º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18D706 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 215 | 6 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.16 |
| HSL | 114.83º | 0.95% | 0.43% | - |
| HSV(B) | 114.83º | 0.97% | 0.84% | - |
| XYZ | 24.71 | 48.81 | 8.29 | - |
| YUV | 134.07 | 55.72 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 215 | 6 | 0.89 | 0 | 0.97 | 0.16 | 114.83 | 0.95 | 0.43 |
| Hex | 18 | D7 | 6 | 59 | 0 | 61 | 10 | 73 | 5F | 2B |
| Octal | 30 | 327 | 6 | 131 | 0 | 141 | 20 | 163 | 137 | 53 |
| Binary | 11000 | 11010111 | 110 | 1011001 | 0 | 1100001 | 10000 | 1110011 | 1011111 | 101011 |
Color Harmonies of #18D706
Complementary color
Monochromatic Colors of #18D706
Black with #18D706
Text Example
Text Example
White with #18D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D706; }
p { color: rgb(24,215,6); }
H1.HeaderClassName
{
color: #18D706;
}
.AnyTagClassName
{
color: #18D706;
}
</style>
background-color css
<style>
a { background-color: #18D706; }
a { background-color: rgb(24,215,6); }
div.DivClassName
{
background-color: #18D706;
}
.BgClassName
{
background-color: #18D706;
}
</style>
border-color css
<style>
span { border-color: #18D706; }
span { border-color: rgb(24,215,6); }
td.TdClassName
{
border-color: #18D706;
}
.TagClassName
{
border-color: #18D706;
}
</style>