Shades of Free Speech Green #09DC0C
Tints of Free Speech Green #09DC0C
RGB
CMYK
RGB Variations
Color information
#09DC0C (or 0x09DC0C) is known color: Free Speech Green. HEX triplet: 09, DC and 0C. RGB value is (9,220,12). Sum of RGB (Red+Green+Blue) = 9+220+12=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 220 (86.33% from 255 or 91.29% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DC0C is #F623F3. Grayscale: #858585. Windows color (decimal): -16131060 or 842761. OLE color: 842761.
HSL color Cylindrical-coordinate representation of color #09DC0C: hue angle of 120.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DC0C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 12 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.14 |
| HSL | 120.85º | 0.92% | 0.45% | - |
| HSV(B) | 120.85º | 0.96% | 0.86% | - |
| XYZ | 25.77 | 51.27 | 8.89 | - |
| YUV | 133.2 | 59.6 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 12 | 0.96 | 0 | 0.95 | 0.14 | 120.85 | 0.92 | 0.45 |
| Hex | 9 | DC | C | 60 | 0 | 5F | E | 79 | 5C | 2D |
| Octal | 11 | 334 | 14 | 140 | 0 | 137 | 16 | 171 | 134 | 55 |
| Binary | 1001 | 11011100 | 1100 | 1100000 | 0 | 1011111 | 1110 | 1111001 | 1011100 | 101101 |
Color Harmonies of #09DC0C
Complementary color
Monochromatic Colors of #09DC0C
Black with #09DC0C
Text Example
Text Example
White with #09DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DC0C; }
p { color: rgb(9,220,12); }
H1.HeaderClassName
{
color: #09DC0C;
}
.AnyTagClassName
{
color: #09DC0C;
}
</style>
background-color css
<style>
a { background-color: #09DC0C; }
a { background-color: rgb(9,220,12); }
div.DivClassName
{
background-color: #09DC0C;
}
.BgClassName
{
background-color: #09DC0C;
}
</style>
border-color css
<style>
span { border-color: #09DC0C; }
span { border-color: rgb(9,220,12); }
td.TdClassName
{
border-color: #09DC0C;
}
.TagClassName
{
border-color: #09DC0C;
}
</style>