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