Shades of Free Speech Green #01D00A
Tints of Free Speech Green #01D00A
RGB
CMYK
RGB Variations
Color information
#01D00A (or 0x01D00A) is known color: Free Speech Green. HEX triplet: 01, D0 and 0A. RGB value is (1,208,10). Sum of RGB (Red+Green+Blue) = 1+208+10=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 208 (81.64% from 255 or 94.98% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 208 - color contains mainly: green. Hex color #01D00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D00A is #FE2FF5. Grayscale: #7C7C7C. Windows color (decimal): -16658422 or 708609. OLE color: 708609.
HSL color Cylindrical-coordinate representation of color #01D00A: hue angle of 122.61º 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 #01D00A is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 10 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.18 |
| HSL | 122.61º | 0.99% | 0.41% | - |
| HSV(B) | 122.61º | 1% | 0.82% | - |
| XYZ | 22.62 | 45.14 | 7.81 | - |
| YUV | 123.54 | 63.92 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 10 | 1.00 | 0 | 0.95 | 0.18 | 122.61 | 0.99 | 0.41 |
| Hex | 1 | D0 | A | 64 | 0 | 5F | 12 | 7B | 63 | 29 |
| Octal | 1 | 320 | 12 | 144 | 0 | 137 | 22 | 173 | 143 | 51 |
| Binary | 1 | 11010000 | 1010 | 1100100 | 0 | 1011111 | 10010 | 1111011 | 1100011 | 101001 |
Color Harmonies of #01D00A
Complementary color
Monochromatic Colors of #01D00A
Black with #01D00A
Text Example
Text Example
White with #01D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D00A; }
p { color: rgb(1,208,10); }
H1.HeaderClassName
{
color: #01D00A;
}
.AnyTagClassName
{
color: #01D00A;
}
</style>
background-color css
<style>
a { background-color: #01D00A; }
a { background-color: rgb(1,208,10); }
div.DivClassName
{
background-color: #01D00A;
}
.BgClassName
{
background-color: #01D00A;
}
</style>
border-color css
<style>
span { border-color: #01D00A; }
span { border-color: rgb(1,208,10); }
td.TdClassName
{
border-color: #01D00A;
}
.TagClassName
{
border-color: #01D00A;
}
</style>