Shades of Free Speech Green #01C90E
Tints of Free Speech Green #01C90E
RGB
CMYK
RGB Variations
Color information
#01C90E (or 0x01C90E) is known color: Free Speech Green. HEX triplet: 01, C9 and 0E. RGB value is (1,201,14). Sum of RGB (Red+Green+Blue) = 1+201+14=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 201 (78.91% from 255 or 93.06% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 201 - color contains mainly: green. Hex color #01C90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C90E is #FE36F1. Grayscale: #787878. Windows color (decimal): -16660210 or 968961. OLE color: 968961.
HSL color Cylindrical-coordinate representation of color #01C90E: hue angle of 123.9º 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 #01C90E is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 14 | - |
| CMYK | 1.00 | 0 | 0.93 | 0.21 |
| HSL | 123.9º | 0.99% | 0.4% | - |
| HSV(B) | 123.9º | 1% | 0.79% | - |
| XYZ | 20.98 | 41.81 | 7.38 | - |
| YUV | 119.88 | 68.24 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 14 | 1.00 | 0 | 0.93 | 0.21 | 123.9 | 0.99 | 0.4 |
| Hex | 1 | C9 | E | 64 | 0 | 5D | 15 | 7C | 63 | 28 |
| Octal | 1 | 311 | 16 | 144 | 0 | 135 | 25 | 174 | 143 | 50 |
| Binary | 1 | 11001001 | 1110 | 1100100 | 0 | 1011101 | 10101 | 1111100 | 1100011 | 101000 |
Color Harmonies of #01C90E
Complementary color
Monochromatic Colors of #01C90E
Black with #01C90E
Text Example
Text Example
White with #01C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C90E; }
p { color: rgb(1,201,14); }
H1.HeaderClassName
{
color: #01C90E;
}
.AnyTagClassName
{
color: #01C90E;
}
</style>
background-color css
<style>
a { background-color: #01C90E; }
a { background-color: rgb(1,201,14); }
div.DivClassName
{
background-color: #01C90E;
}
.BgClassName
{
background-color: #01C90E;
}
</style>
border-color css
<style>
span { border-color: #01C90E; }
span { border-color: rgb(1,201,14); }
td.TdClassName
{
border-color: #01C90E;
}
.TagClassName
{
border-color: #01C90E;
}
</style>