Shades of Free Speech Green #01D00C
Tints of Free Speech Green #01D00C
RGB
CMYK
RGB Variations
Color information
#01D00C (or 0x01D00C) is known color: Free Speech Green. HEX triplet: 01, D0 and 0C. RGB value is (1,208,12). Sum of RGB (Red+Green+Blue) = 1+208+12=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 208 (81.64% from 255 or 94.12% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 208 - color contains mainly: green. Hex color #01D00C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D00C is #FE2FF3. Grayscale: #7C7C7C. Windows color (decimal): -16658420 or 839681. OLE color: 839681.
HSL color Cylindrical-coordinate representation of color #01D00C: hue angle of 123.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D00C is Cyan = 1.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 12 | - |
| CMYK | 1.00 | 0 | 0.94 | 0.18 |
| HSL | 123.19º | 0.99% | 0.41% | - |
| HSV(B) | 123.19º | 1% | 0.82% | - |
| XYZ | 22.63 | 45.14 | 7.87 | - |
| YUV | 123.76 | 64.92 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 12 | 1.00 | 0 | 0.94 | 0.18 | 123.19 | 0.99 | 0.41 |
| Hex | 1 | D0 | C | 64 | 0 | 5E | 12 | 7B | 63 | 29 |
| Octal | 1 | 320 | 14 | 144 | 0 | 136 | 22 | 173 | 143 | 51 |
| Binary | 1 | 11010000 | 1100 | 1100100 | 0 | 1011110 | 10010 | 1111011 | 1100011 | 101001 |
Color Harmonies of #01D00C
Complementary color
Monochromatic Colors of #01D00C
Black with #01D00C
Text Example
Text Example
White with #01D00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D00C; }
p { color: rgb(1,208,12); }
H1.HeaderClassName
{
color: #01D00C;
}
.AnyTagClassName
{
color: #01D00C;
}
</style>
background-color css
<style>
a { background-color: #01D00C; }
a { background-color: rgb(1,208,12); }
div.DivClassName
{
background-color: #01D00C;
}
.BgClassName
{
background-color: #01D00C;
}
</style>
border-color css
<style>
span { border-color: #01D00C; }
span { border-color: rgb(1,208,12); }
td.TdClassName
{
border-color: #01D00C;
}
.TagClassName
{
border-color: #01D00C;
}
</style>