Shades of Free Speech Green #01E00C
Tints of Free Speech Green #01E00C
RGB
CMYK
RGB Variations
Color information
#01E00C (or 0x01E00C) is known color: Free Speech Green. HEX triplet: 01, E0 and 0C. RGB value is (1,224,12). Sum of RGB (Red+Green+Blue) = 1+224+12=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 224 (87.89% from 255 or 94.51% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 224 - color contains mainly: green. Hex color #01E00C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E00C is #FE1FF3. Grayscale: #858585. Windows color (decimal): -16654324 or 843777. OLE color: 843777.
HSL color Cylindrical-coordinate representation of color #01E00C: hue angle of 122.96º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E00C is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 12 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.12 |
| HSL | 122.96º | 0.99% | 0.44% | - |
| HSV(B) | 122.96º | 1% | 0.88% | - |
| XYZ | 26.73 | 53.34 | 9.24 | - |
| YUV | 133.16 | 59.62 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 12 | 1.00 | 0 | 0.95 | 0.12 | 122.96 | 0.99 | 0.44 |
| Hex | 1 | E0 | C | 64 | 0 | 5F | C | 7B | 63 | 2C |
| Octal | 1 | 340 | 14 | 144 | 0 | 137 | 14 | 173 | 143 | 54 |
| Binary | 1 | 11100000 | 1100 | 1100100 | 0 | 1011111 | 1100 | 1111011 | 1100011 | 101100 |
Color Harmonies of #01E00C
Complementary color
Monochromatic Colors of #01E00C
Black with #01E00C
Text Example
Text Example
White with #01E00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E00C; }
p { color: rgb(1,224,12); }
H1.HeaderClassName
{
color: #01E00C;
}
.AnyTagClassName
{
color: #01E00C;
}
</style>
background-color css
<style>
a { background-color: #01E00C; }
a { background-color: rgb(1,224,12); }
div.DivClassName
{
background-color: #01E00C;
}
.BgClassName
{
background-color: #01E00C;
}
</style>
border-color css
<style>
span { border-color: #01E00C; }
span { border-color: rgb(1,224,12); }
td.TdClassName
{
border-color: #01E00C;
}
.TagClassName
{
border-color: #01E00C;
}
</style>