Shades of Free Speech Green #01D30A
Tints of Free Speech Green #01D30A
RGB
CMYK
RGB Variations
Color information
#01D30A (or 0x01D30A) is known color: Free Speech Green. HEX triplet: 01, D3 and 0A. RGB value is (1,211,10). Sum of RGB (Red+Green+Blue) = 1+211+10=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 211 (82.81% from 255 or 95.05% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 211 - color contains mainly: green. Hex color #01D30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D30A is #FE2CF5. Grayscale: #7D7D7D. Windows color (decimal): -16657654 or 709377. OLE color: 709377.
HSL color Cylindrical-coordinate representation of color #01D30A: hue angle of 122.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D30A is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 10 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.17 |
| HSL | 122.57º | 0.99% | 0.42% | - |
| HSV(B) | 122.57º | 1% | 0.83% | - |
| XYZ | 23.36 | 46.62 | 8.05 | - |
| YUV | 125.3 | 62.93 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 10 | 1.00 | 0 | 0.95 | 0.17 | 122.57 | 0.99 | 0.42 |
| Hex | 1 | D3 | A | 64 | 0 | 5F | 11 | 7B | 63 | 2A |
| Octal | 1 | 323 | 12 | 144 | 0 | 137 | 21 | 173 | 143 | 52 |
| Binary | 1 | 11010011 | 1010 | 1100100 | 0 | 1011111 | 10001 | 1111011 | 1100011 | 101010 |
Color Harmonies of #01D30A
Complementary color
Monochromatic Colors of #01D30A
Black with #01D30A
Text Example
Text Example
White with #01D30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D30A; }
p { color: rgb(1,211,10); }
H1.HeaderClassName
{
color: #01D30A;
}
.AnyTagClassName
{
color: #01D30A;
}
</style>
background-color css
<style>
a { background-color: #01D30A; }
a { background-color: rgb(1,211,10); }
div.DivClassName
{
background-color: #01D30A;
}
.BgClassName
{
background-color: #01D30A;
}
</style>
border-color css
<style>
span { border-color: #01D30A; }
span { border-color: rgb(1,211,10); }
td.TdClassName
{
border-color: #01D30A;
}
.TagClassName
{
border-color: #01D30A;
}
</style>