Shades of Free Speech Green #09DC03
Tints of Free Speech Green #09DC03
RGB
CMYK
RGB Variations
Color information
#09DC03 (or 0x09DC03) is known color: Free Speech Green. HEX triplet: 09, DC and 03. RGB value is (9,220,3). Sum of RGB (Red+Green+Blue) = 9+220+3=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 220 (86.33% from 255 or 94.83% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DC03 is #F623FC. Grayscale: #848484. Windows color (decimal): -16131069 or 252937. OLE color: 252937.
HSL color Cylindrical-coordinate representation of color #09DC03: hue angle of 118.34º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09DC03 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 3 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.14 |
| HSL | 118.34º | 0.97% | 0.44% | - |
| HSV(B) | 118.34º | 0.99% | 0.86% | - |
| XYZ | 25.72 | 51.25 | 8.62 | - |
| YUV | 132.17 | 55.1 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 3 | 0.96 | 0 | 0.99 | 0.14 | 118.34 | 0.97 | 0.44 |
| Hex | 9 | DC | 3 | 60 | 0 | 63 | E | 76 | 61 | 2C |
| Octal | 11 | 334 | 3 | 140 | 0 | 143 | 16 | 166 | 141 | 54 |
| Binary | 1001 | 11011100 | 11 | 1100000 | 0 | 1100011 | 1110 | 1110110 | 1100001 | 101100 |
Color Harmonies of #09DC03
Complementary color
Monochromatic Colors of #09DC03
Black with #09DC03
Text Example
Text Example
White with #09DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DC03; }
p { color: rgb(9,220,3); }
H1.HeaderClassName
{
color: #09DC03;
}
.AnyTagClassName
{
color: #09DC03;
}
</style>
background-color css
<style>
a { background-color: #09DC03; }
a { background-color: rgb(9,220,3); }
div.DivClassName
{
background-color: #09DC03;
}
.BgClassName
{
background-color: #09DC03;
}
</style>
border-color css
<style>
span { border-color: #09DC03; }
span { border-color: rgb(9,220,3); }
td.TdClassName
{
border-color: #09DC03;
}
.TagClassName
{
border-color: #09DC03;
}
</style>