Shades of Free Speech Green #09D204
Tints of Free Speech Green #09D204
RGB
CMYK
RGB Variations
Color information
#09D204 (or 0x09D204) is known color: Free Speech Green. HEX triplet: 09, D2 and 04. RGB value is (9,210,4). Sum of RGB (Red+Green+Blue) = 9+210+4=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 210 (82.42% from 255 or 94.17% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 210 - color contains mainly: green. Hex color #09D204 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D204 is #F62DFB. Grayscale: #7F7F7F. Windows color (decimal): -16133628 or 315913. OLE color: 315913.
HSL color Cylindrical-coordinate representation of color #09D204: hue angle of 118.54º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09D204 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 210 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.18 |
| HSL | 118.54º | 0.96% | 0.42% | - |
| HSV(B) | 118.54º | 0.98% | 0.82% | - |
| XYZ | 23.18 | 46.16 | 7.8 | - |
| YUV | 126.42 | 58.91 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 4 | 0.96 | 0 | 0.98 | 0.18 | 118.54 | 0.96 | 0.42 |
| Hex | 9 | D2 | 4 | 60 | 0 | 62 | 12 | 77 | 60 | 2A |
| Octal | 11 | 322 | 4 | 140 | 0 | 142 | 22 | 167 | 140 | 52 |
| Binary | 1001 | 11010010 | 100 | 1100000 | 0 | 1100010 | 10010 | 1110111 | 1100000 | 101010 |
Color Harmonies of #09D204
Complementary color
Monochromatic Colors of #09D204
Black with #09D204
Text Example
Text Example
White with #09D204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D204; }
p { color: rgb(9,210,4); }
H1.HeaderClassName
{
color: #09D204;
}
.AnyTagClassName
{
color: #09D204;
}
</style>
background-color css
<style>
a { background-color: #09D204; }
a { background-color: rgb(9,210,4); }
div.DivClassName
{
background-color: #09D204;
}
.BgClassName
{
background-color: #09D204;
}
</style>
border-color css
<style>
span { border-color: #09D204; }
span { border-color: rgb(9,210,4); }
td.TdClassName
{
border-color: #09D204;
}
.TagClassName
{
border-color: #09D204;
}
</style>