Shades of Free Speech Green #01CC11
Tints of Free Speech Green #01CC11
RGB
CMYK
RGB Variations
Color information
#01CC11 (or 0x01CC11) is known color: Free Speech Green. HEX triplet: 01, CC and 11. RGB value is (1,204,17). Sum of RGB (Red+Green+Blue) = 1+204+17=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 204 (80.08% from 255 or 91.89% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CC11 is #FE33EE. Grayscale: #7A7A7A. Windows color (decimal): -16659439 or 1166337. OLE color: 1166337.
HSL color Cylindrical-coordinate representation of color #01CC11: hue angle of 124.73º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CC11 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 204 | 17 | - |
| CMYK | 1.00 | 0 | 0.92 | 0.2 |
| HSL | 124.73º | 0.99% | 0.4% | - |
| HSV(B) | 124.73º | 1% | 0.8% | - |
| XYZ | 21.71 | 43.23 | 7.73 | - |
| YUV | 121.99 | 68.75 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 17 | 1.00 | 0 | 0.92 | 0.2 | 124.73 | 0.99 | 0.4 |
| Hex | 1 | CC | 11 | 64 | 0 | 5C | 14 | 7D | 63 | 28 |
| Octal | 1 | 314 | 21 | 144 | 0 | 134 | 24 | 175 | 143 | 50 |
| Binary | 1 | 11001100 | 10001 | 1100100 | 0 | 1011100 | 10100 | 1111101 | 1100011 | 101000 |
Color Harmonies of #01CC11
Complementary color
Monochromatic Colors of #01CC11
Black with #01CC11
Text Example
Text Example
White with #01CC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CC11; }
p { color: rgb(1,204,17); }
H1.HeaderClassName
{
color: #01CC11;
}
.AnyTagClassName
{
color: #01CC11;
}
</style>
background-color css
<style>
a { background-color: #01CC11; }
a { background-color: rgb(1,204,17); }
div.DivClassName
{
background-color: #01CC11;
}
.BgClassName
{
background-color: #01CC11;
}
</style>
border-color css
<style>
span { border-color: #01CC11; }
span { border-color: rgb(1,204,17); }
td.TdClassName
{
border-color: #01CC11;
}
.TagClassName
{
border-color: #01CC11;
}
</style>