Shades of Free Speech Green #01CA11
Tints of Free Speech Green #01CA11
RGB
CMYK
RGB Variations
Color information
#01CA11 (or 0x01CA11) is known color: Free Speech Green. HEX triplet: 01, CA and 11. RGB value is (1,202,17). Sum of RGB (Red+Green+Blue) = 1+202+17=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 202 (79.30% from 255 or 91.82% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CA11 is #FE35EE. Grayscale: #797979. Windows color (decimal): -16659951 or 1165825. OLE color: 1165825.
HSL color Cylindrical-coordinate representation of color #01CA11: hue angle of 124.78º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CA11 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 17 | - |
| CMYK | 1.00 | 0 | 0.92 | 0.21 |
| HSL | 124.78º | 0.99% | 0.4% | - |
| HSV(B) | 124.78º | 1% | 0.79% | - |
| XYZ | 21.23 | 42.29 | 7.57 | - |
| YUV | 120.81 | 69.41 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 17 | 1.00 | 0 | 0.92 | 0.21 | 124.78 | 0.99 | 0.4 |
| Hex | 1 | CA | 11 | 64 | 0 | 5C | 15 | 7D | 63 | 28 |
| Octal | 1 | 312 | 21 | 144 | 0 | 134 | 25 | 175 | 143 | 50 |
| Binary | 1 | 11001010 | 10001 | 1100100 | 0 | 1011100 | 10101 | 1111101 | 1100011 | 101000 |
Color Harmonies of #01CA11
Complementary color
Monochromatic Colors of #01CA11
Black with #01CA11
Text Example
Text Example
White with #01CA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA11; }
p { color: rgb(1,202,17); }
H1.HeaderClassName
{
color: #01CA11;
}
.AnyTagClassName
{
color: #01CA11;
}
</style>
background-color css
<style>
a { background-color: #01CA11; }
a { background-color: rgb(1,202,17); }
div.DivClassName
{
background-color: #01CA11;
}
.BgClassName
{
background-color: #01CA11;
}
</style>
border-color css
<style>
span { border-color: #01CA11; }
span { border-color: rgb(1,202,17); }
td.TdClassName
{
border-color: #01CA11;
}
.TagClassName
{
border-color: #01CA11;
}
</style>