Shades of Free Speech Green #01CA08
Tints of Free Speech Green #01CA08
RGB
CMYK
RGB Variations
Color information
#01CA08 (or 0x01CA08) is known color: Free Speech Green. HEX triplet: 01, CA and 08. RGB value is (1,202,8). Sum of RGB (Red+Green+Blue) = 1+202+8=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 202 (79.30% from 255 or 95.73% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CA08 is #FE35F7. Grayscale: #787878. Windows color (decimal): -16659960 or 576001. OLE color: 576001.
HSL color Cylindrical-coordinate representation of color #01CA08: hue angle of 122.09º 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 #01CA08 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 8 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.21 |
| HSL | 122.09º | 0.99% | 0.4% | - |
| HSV(B) | 122.09º | 1% | 0.79% | - |
| XYZ | 21.18 | 42.27 | 7.27 | - |
| YUV | 119.79 | 64.91 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 8 | 1.00 | 0 | 0.96 | 0.21 | 122.09 | 0.99 | 0.4 |
| Hex | 1 | CA | 8 | 64 | 0 | 60 | 15 | 7A | 63 | 28 |
| Octal | 1 | 312 | 10 | 144 | 0 | 140 | 25 | 172 | 143 | 50 |
| Binary | 1 | 11001010 | 1000 | 1100100 | 0 | 1100000 | 10101 | 1111010 | 1100011 | 101000 |
Color Harmonies of #01CA08
Complementary color
Monochromatic Colors of #01CA08
Black with #01CA08
Text Example
Text Example
White with #01CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA08; }
p { color: rgb(1,202,8); }
H1.HeaderClassName
{
color: #01CA08;
}
.AnyTagClassName
{
color: #01CA08;
}
</style>
background-color css
<style>
a { background-color: #01CA08; }
a { background-color: rgb(1,202,8); }
div.DivClassName
{
background-color: #01CA08;
}
.BgClassName
{
background-color: #01CA08;
}
</style>
border-color css
<style>
span { border-color: #01CA08; }
span { border-color: rgb(1,202,8); }
td.TdClassName
{
border-color: #01CA08;
}
.TagClassName
{
border-color: #01CA08;
}
</style>