Shades of Free Speech Green #18CE08
Tints of Free Speech Green #18CE08
RGB
CMYK
RGB Variations
Color information
#18CE08 (or 0x18CE08) is known color: Free Speech Green. HEX triplet: 18, CE and 08. RGB value is (24,206,8). Sum of RGB (Red+Green+Blue) = 24+206+8=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 206 (80.86% from 255 or 86.55% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CE08 is #E731F7. Grayscale: #818181. Windows color (decimal): -15151608 or 577048. OLE color: 577048.
HSL color Cylindrical-coordinate representation of color #18CE08: hue angle of 115.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18CE08 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.19 |
| HSL | 115.15º | 0.93% | 0.42% | - |
| HSV(B) | 115.15º | 0.96% | 0.81% | - |
| XYZ | 22.49 | 44.35 | 7.61 | - |
| YUV | 129.01 | 59.7 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 8 | 0.88 | 0 | 0.96 | 0.19 | 115.15 | 0.93 | 0.42 |
| Hex | 18 | CE | 8 | 58 | 0 | 60 | 13 | 73 | 5D | 2A |
| Octal | 30 | 316 | 10 | 130 | 0 | 140 | 23 | 163 | 135 | 52 |
| Binary | 11000 | 11001110 | 1000 | 1011000 | 0 | 1100000 | 10011 | 1110011 | 1011101 | 101010 |
Color Harmonies of #18CE08
Complementary color
Monochromatic Colors of #18CE08
Black with #18CE08
Text Example
Text Example
White with #18CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CE08; }
p { color: rgb(24,206,8); }
H1.HeaderClassName
{
color: #18CE08;
}
.AnyTagClassName
{
color: #18CE08;
}
</style>
background-color css
<style>
a { background-color: #18CE08; }
a { background-color: rgb(24,206,8); }
div.DivClassName
{
background-color: #18CE08;
}
.BgClassName
{
background-color: #18CE08;
}
</style>
border-color css
<style>
span { border-color: #18CE08; }
span { border-color: rgb(24,206,8); }
td.TdClassName
{
border-color: #18CE08;
}
.TagClassName
{
border-color: #18CE08;
}
</style>