Shades of Free Speech Green #00DF0C
Tints of Free Speech Green #00DF0C
RGB
CMYK
RGB Variations
Color information
#00DF0C (or 0x00DF0C) is known color: Free Speech Green. HEX triplet: 00, DF and 0C. RGB value is (0,223,12). Sum of RGB (Red+Green+Blue) = 0+223+12=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 223 (87.5% from 255 or 94.89% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00DF0C is #FF20F3. Grayscale: #848484. Windows color (decimal): -16720116 or 843520. OLE color: 843520.
HSL color Cylindrical-coordinate representation of color #00DF0C: hue angle of 123.23º 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 #00DF0C is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 12 | - |
| CMYK | 1 | 0 | 0.95 | 0.13 |
| HSL | 123.23º | 1% | 0.44% | - |
| HSV(B) | 123.23º | 1% | 0.87% | - |
| XYZ | 26.45 | 52.8 | 9.15 | - |
| YUV | 132.27 | 60.12 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 12 | 1 | 0 | 0.95 | 0.13 | 123.23 | 1 | 0.44 |
| Hex | 0 | DF | C | 64 | 0 | 5F | D | 7B | 64 | 2C |
| Octal | 0 | 337 | 14 | 144 | 0 | 137 | 15 | 173 | 144 | 54 |
| Binary | 0 | 11011111 | 1100 | 1100100 | 0 | 1011111 | 1101 | 1111011 | 1100100 | 101100 |
Color Harmonies of #00DF0C
Complementary color
Monochromatic Colors of #00DF0C
Black with #00DF0C
Text Example
Text Example
White with #00DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF0C; }
p { color: rgb(0,223,12); }
H1.HeaderClassName
{
color: #00DF0C;
}
.AnyTagClassName
{
color: #00DF0C;
}
</style>
background-color css
<style>
a { background-color: #00DF0C; }
a { background-color: rgb(0,223,12); }
div.DivClassName
{
background-color: #00DF0C;
}
.BgClassName
{
background-color: #00DF0C;
}
</style>
border-color css
<style>
span { border-color: #00DF0C; }
span { border-color: rgb(0,223,12); }
td.TdClassName
{
border-color: #00DF0C;
}
.TagClassName
{
border-color: #00DF0C;
}
</style>