Shades of Free Speech Green #16CC00
Tints of Free Speech Green #16CC00
RGB
CMYK
RGB Variations
Color information
#16CC00 (or 0x16CC00) is known color: Free Speech Green. HEX triplet: 16, CC and 00. RGB value is (22,204,0). Sum of RGB (Red+Green+Blue) = 22+204+0=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 204 (80.08% from 255 or 90.27% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CC00 is #E933FF. Grayscale: #7E7E7E. Windows color (decimal): -15283200 or 52246. OLE color: 52246.
HSL color Cylindrical-coordinate representation of color #16CC00: hue angle of 113.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16CC00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.2 |
| HSL | 113.53º | 1% | 0.4% | - |
| HSV(B) | 113.53º | 1% | 0.8% | - |
| XYZ | 21.92 | 43.36 | 7.21 | - |
| YUV | 126.33 | 56.7 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 0 | 0.89 | 0 | 1 | 0.2 | 113.53 | 1 | 0.4 |
| Hex | 16 | CC | 0 | 59 | 0 | 64 | 14 | 72 | 64 | 28 |
| Octal | 26 | 314 | 0 | 131 | 0 | 144 | 24 | 162 | 144 | 50 |
| Binary | 10110 | 11001100 | 0 | 1011001 | 0 | 1100100 | 10100 | 1110010 | 1100100 | 101000 |
Color Harmonies of #16CC00
Complementary color
Monochromatic Colors of #16CC00
Black with #16CC00
Text Example
Text Example
White with #16CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CC00; }
p { color: rgb(22,204,0); }
H1.HeaderClassName
{
color: #16CC00;
}
.AnyTagClassName
{
color: #16CC00;
}
</style>
background-color css
<style>
a { background-color: #16CC00; }
a { background-color: rgb(22,204,0); }
div.DivClassName
{
background-color: #16CC00;
}
.BgClassName
{
background-color: #16CC00;
}
</style>
border-color css
<style>
span { border-color: #16CC00; }
span { border-color: rgb(22,204,0); }
td.TdClassName
{
border-color: #16CC00;
}
.TagClassName
{
border-color: #16CC00;
}
</style>