Shades of Free Speech Green #09DC04
Tints of Free Speech Green #09DC04
RGB
CMYK
RGB Variations
Color information
#09DC04 (or 0x09DC04) is known color: Free Speech Green. HEX triplet: 09, DC and 04. RGB value is (9,220,4). Sum of RGB (Red+Green+Blue) = 9+220+4=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 220 (86.33% from 255 or 94.42% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DC04 is #F623FB. Grayscale: #848484. Windows color (decimal): -16131068 or 318473. OLE color: 318473.
HSL color Cylindrical-coordinate representation of color #09DC04: hue angle of 118.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09DC04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.14 |
| HSL | 118.61º | 0.96% | 0.44% | - |
| HSV(B) | 118.61º | 0.98% | 0.86% | - |
| XYZ | 25.73 | 51.25 | 8.65 | - |
| YUV | 132.29 | 55.6 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 4 | 0.96 | 0 | 0.98 | 0.14 | 118.61 | 0.96 | 0.44 |
| Hex | 9 | DC | 4 | 60 | 0 | 62 | E | 77 | 60 | 2C |
| Octal | 11 | 334 | 4 | 140 | 0 | 142 | 16 | 167 | 140 | 54 |
| Binary | 1001 | 11011100 | 100 | 1100000 | 0 | 1100010 | 1110 | 1110111 | 1100000 | 101100 |
Color Harmonies of #09DC04
Complementary color
Monochromatic Colors of #09DC04
Black with #09DC04
Text Example
Text Example
White with #09DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DC04; }
p { color: rgb(9,220,4); }
H1.HeaderClassName
{
color: #09DC04;
}
.AnyTagClassName
{
color: #09DC04;
}
</style>
background-color css
<style>
a { background-color: #09DC04; }
a { background-color: rgb(9,220,4); }
div.DivClassName
{
background-color: #09DC04;
}
.BgClassName
{
background-color: #09DC04;
}
</style>
border-color css
<style>
span { border-color: #09DC04; }
span { border-color: rgb(9,220,4); }
td.TdClassName
{
border-color: #09DC04;
}
.TagClassName
{
border-color: #09DC04;
}
</style>