Shades of Free Speech Green #01DC23
Tints of Free Speech Green #01DC23
RGB
CMYK
RGB Variations
Color information
#01DC23 (or 0x01DC23) is known color: Free Speech Green. HEX triplet: 01, DC and 23. RGB value is (1,220,35). Sum of RGB (Red+Green+Blue) = 1+220+35=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 220 (86.33% from 255 or 85.94% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DC23 is #FE23DC. Grayscale: #858585. Windows color (decimal): -16655325 or 2350081. OLE color: 2350081.
HSL color Cylindrical-coordinate representation of color #01DC23: hue angle of 129.32º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC23 is Cyan = 1.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 35 | - |
| CMYK | 1.00 | 0 | 0.84 | 0.14 |
| HSL | 129.32º | 0.99% | 0.43% | - |
| HSV(B) | 129.32º | 1% | 0.86% | - |
| XYZ | 25.91 | 51.31 | 10.13 | - |
| YUV | 133.43 | 72.45 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 35 | 1.00 | 0 | 0.84 | 0.14 | 129.32 | 0.99 | 0.43 |
| Hex | 1 | DC | 23 | 64 | 0 | 54 | E | 81 | 63 | 2B |
| Octal | 1 | 334 | 43 | 144 | 0 | 124 | 16 | 201 | 143 | 53 |
| Binary | 1 | 11011100 | 100011 | 1100100 | 0 | 1010100 | 1110 | 10000001 | 1100011 | 101011 |
Color Harmonies of #01DC23
Complementary color
Monochromatic Colors of #01DC23
Black with #01DC23
Text Example
Text Example
White with #01DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DC23; }
p { color: rgb(1,220,35); }
H1.HeaderClassName
{
color: #01DC23;
}
.AnyTagClassName
{
color: #01DC23;
}
</style>
background-color css
<style>
a { background-color: #01DC23; }
a { background-color: rgb(1,220,35); }
div.DivClassName
{
background-color: #01DC23;
}
.BgClassName
{
background-color: #01DC23;
}
</style>
border-color css
<style>
span { border-color: #01DC23; }
span { border-color: rgb(1,220,35); }
td.TdClassName
{
border-color: #01DC23;
}
.TagClassName
{
border-color: #01DC23;
}
</style>