Shades of Free Speech Green #01CA0A
Tints of Free Speech Green #01CA0A
RGB
CMYK
RGB Variations
Color information
#01CA0A (or 0x01CA0A) is known color: Free Speech Green. HEX triplet: 01, CA and 0A. RGB value is (1,202,10). Sum of RGB (Red+Green+Blue) = 1+202+10=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 202 (79.30% from 255 or 94.84% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CA0A is #FE35F5. Grayscale: #787878. Windows color (decimal): -16659958 or 707073. OLE color: 707073.
HSL color Cylindrical-coordinate representation of color #01CA0A: hue angle of 122.69º 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 #01CA0A is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 10 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.21 |
| HSL | 122.69º | 0.99% | 0.4% | - |
| HSV(B) | 122.69º | 1% | 0.79% | - |
| XYZ | 21.19 | 42.27 | 7.33 | - |
| YUV | 120.01 | 65.91 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 10 | 1.00 | 0 | 0.95 | 0.21 | 122.69 | 0.99 | 0.4 |
| Hex | 1 | CA | A | 64 | 0 | 5F | 15 | 7B | 63 | 28 |
| Octal | 1 | 312 | 12 | 144 | 0 | 137 | 25 | 173 | 143 | 50 |
| Binary | 1 | 11001010 | 1010 | 1100100 | 0 | 1011111 | 10101 | 1111011 | 1100011 | 101000 |
Color Harmonies of #01CA0A
Complementary color
Monochromatic Colors of #01CA0A
Black with #01CA0A
Text Example
Text Example
White with #01CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA0A; }
p { color: rgb(1,202,10); }
H1.HeaderClassName
{
color: #01CA0A;
}
.AnyTagClassName
{
color: #01CA0A;
}
</style>
background-color css
<style>
a { background-color: #01CA0A; }
a { background-color: rgb(1,202,10); }
div.DivClassName
{
background-color: #01CA0A;
}
.BgClassName
{
background-color: #01CA0A;
}
</style>
border-color css
<style>
span { border-color: #01CA0A; }
span { border-color: rgb(1,202,10); }
td.TdClassName
{
border-color: #01CA0A;
}
.TagClassName
{
border-color: #01CA0A;
}
</style>