Shades of Free Speech Green #01D802
Tints of Free Speech Green #01D802
RGB
CMYK
RGB Variations
Color information
#01D802 (or 0x01D802) is known color: Free Speech Green. HEX triplet: 01, D8 and 02. RGB value is (1,216,2). Sum of RGB (Red+Green+Blue) = 1+216+2=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 216 (84.77% from 255 or 98.63% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 216 - color contains mainly: green. Hex color #01D802 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D802 is #FE27FD. Grayscale: #7F7F7F. Windows color (decimal): -16656382 or 186369. OLE color: 186369.
HSL color Cylindrical-coordinate representation of color #01D802: hue angle of 120.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D802 is Cyan = 1.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 216 | 2 | - |
| CMYK | 1.00 | 0 | 0.99 | 0.15 |
| HSL | 120.28º | 0.99% | 0.43% | - |
| HSV(B) | 120.28º | 1% | 0.85% | - |
| XYZ | 24.58 | 49.12 | 8.24 | - |
| YUV | 127.32 | 57.27 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 2 | 1.00 | 0 | 0.99 | 0.15 | 120.28 | 0.99 | 0.43 |
| Hex | 1 | D8 | 2 | 64 | 0 | 63 | F | 78 | 63 | 2B |
| Octal | 1 | 330 | 2 | 144 | 0 | 143 | 17 | 170 | 143 | 53 |
| Binary | 1 | 11011000 | 10 | 1100100 | 0 | 1100011 | 1111 | 1111000 | 1100011 | 101011 |
Color Harmonies of #01D802
Complementary color
Monochromatic Colors of #01D802
Black with #01D802
Text Example
Text Example
White with #01D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D802; }
p { color: rgb(1,216,2); }
H1.HeaderClassName
{
color: #01D802;
}
.AnyTagClassName
{
color: #01D802;
}
</style>
background-color css
<style>
a { background-color: #01D802; }
a { background-color: rgb(1,216,2); }
div.DivClassName
{
background-color: #01D802;
}
.BgClassName
{
background-color: #01D802;
}
</style>
border-color css
<style>
span { border-color: #01D802; }
span { border-color: rgb(1,216,2); }
td.TdClassName
{
border-color: #01D802;
}
.TagClassName
{
border-color: #01D802;
}
</style>