Shades of Free Speech Green #00DE0C
Tints of Free Speech Green #00DE0C
RGB
CMYK
RGB Variations
Color information
#00DE0C (or 0x00DE0C) is known color: Free Speech Green. HEX triplet: 00, DE and 0C. RGB value is (0,222,12). Sum of RGB (Red+Green+Blue) = 0+222+12=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 222 (87.11% from 255 or 94.87% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00DE0C is #FF21F3. Grayscale: #848484. Windows color (decimal): -16720372 or 843264. OLE color: 843264.
HSL color Cylindrical-coordinate representation of color #00DE0C: hue angle of 123.24º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DE0C is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 12 | - |
| CMYK | 1 | 0 | 0.95 | 0.13 |
| HSL | 123.24º | 1% | 0.44% | - |
| HSV(B) | 123.24º | 1% | 0.87% | - |
| XYZ | 26.19 | 52.27 | 9.06 | - |
| YUV | 131.68 | 60.45 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 12 | 1 | 0 | 0.95 | 0.13 | 123.24 | 1 | 0.44 |
| Hex | 0 | DE | C | 64 | 0 | 5F | D | 7B | 64 | 2C |
| Octal | 0 | 336 | 14 | 144 | 0 | 137 | 15 | 173 | 144 | 54 |
| Binary | 0 | 11011110 | 1100 | 1100100 | 0 | 1011111 | 1101 | 1111011 | 1100100 | 101100 |
Color Harmonies of #00DE0C
Complementary color
Monochromatic Colors of #00DE0C
Black with #00DE0C
Text Example
Text Example
White with #00DE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DE0C; }
p { color: rgb(0,222,12); }
H1.HeaderClassName
{
color: #00DE0C;
}
.AnyTagClassName
{
color: #00DE0C;
}
</style>
background-color css
<style>
a { background-color: #00DE0C; }
a { background-color: rgb(0,222,12); }
div.DivClassName
{
background-color: #00DE0C;
}
.BgClassName
{
background-color: #00DE0C;
}
</style>
border-color css
<style>
span { border-color: #00DE0C; }
span { border-color: rgb(0,222,12); }
td.TdClassName
{
border-color: #00DE0C;
}
.TagClassName
{
border-color: #00DE0C;
}
</style>