Shades of Free Speech Green #18D005
Tints of Free Speech Green #18D005
RGB
CMYK
RGB Variations
Color information
#18D005 (or 0x18D005) is known color: Free Speech Green. HEX triplet: 18, D0 and 05. RGB value is (24,208,5). Sum of RGB (Red+Green+Blue) = 24+208+5=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 208 (81.64% from 255 or 87.76% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 208 - color contains mainly: green. Hex color #18D005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D005 is #E72FFA. Grayscale: #828282. Windows color (decimal): -15151099 or 380952. OLE color: 380952.
HSL color Cylindrical-coordinate representation of color #18D005: hue angle of 114.38º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18D005 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.18 |
| HSL | 114.38º | 0.95% | 0.42% | - |
| HSV(B) | 114.38º | 0.98% | 0.82% | - |
| XYZ | 22.96 | 45.32 | 7.68 | - |
| YUV | 129.84 | 57.54 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 5 | 0.88 | 0 | 0.98 | 0.18 | 114.38 | 0.95 | 0.42 |
| Hex | 18 | D0 | 5 | 58 | 0 | 62 | 12 | 72 | 5F | 2A |
| Octal | 30 | 320 | 5 | 130 | 0 | 142 | 22 | 162 | 137 | 52 |
| Binary | 11000 | 11010000 | 101 | 1011000 | 0 | 1100010 | 10010 | 1110010 | 1011111 | 101010 |
Color Harmonies of #18D005
Complementary color
Monochromatic Colors of #18D005
Black with #18D005
Text Example
Text Example
White with #18D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D005; }
p { color: rgb(24,208,5); }
H1.HeaderClassName
{
color: #18D005;
}
.AnyTagClassName
{
color: #18D005;
}
</style>
background-color css
<style>
a { background-color: #18D005; }
a { background-color: rgb(24,208,5); }
div.DivClassName
{
background-color: #18D005;
}
.BgClassName
{
background-color: #18D005;
}
</style>
border-color css
<style>
span { border-color: #18D005; }
span { border-color: rgb(24,208,5); }
td.TdClassName
{
border-color: #18D005;
}
.TagClassName
{
border-color: #18D005;
}
</style>