Shades of Free Speech Green #09D904
Tints of Free Speech Green #09D904
RGB
CMYK
RGB Variations
Color information
#09D904 (or 0x09D904) is known color: Free Speech Green. HEX triplet: 09, D9 and 04. RGB value is (9,217,4). Sum of RGB (Red+Green+Blue) = 9+217+4=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 217 (85.16% from 255 or 94.35% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 217 - color contains mainly: green. Hex color #09D904 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D904 is #F626FB. Grayscale: #838383. Windows color (decimal): -16131836 or 317705. OLE color: 317705.
HSL color Cylindrical-coordinate representation of color #09D904: hue angle of 118.59º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09D904 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 217 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.15 |
| HSL | 118.59º | 0.96% | 0.43% | - |
| HSV(B) | 118.59º | 0.98% | 0.85% | - |
| XYZ | 24.95 | 49.69 | 8.39 | - |
| YUV | 130.53 | 56.59 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 217 | 4 | 0.96 | 0 | 0.98 | 0.15 | 118.59 | 0.96 | 0.43 |
| Hex | 9 | D9 | 4 | 60 | 0 | 62 | F | 77 | 60 | 2B |
| Octal | 11 | 331 | 4 | 140 | 0 | 142 | 17 | 167 | 140 | 53 |
| Binary | 1001 | 11011001 | 100 | 1100000 | 0 | 1100010 | 1111 | 1110111 | 1100000 | 101011 |
Color Harmonies of #09D904
Complementary color
Monochromatic Colors of #09D904
Black with #09D904
Text Example
Text Example
White with #09D904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D904; }
p { color: rgb(9,217,4); }
H1.HeaderClassName
{
color: #09D904;
}
.AnyTagClassName
{
color: #09D904;
}
</style>
background-color css
<style>
a { background-color: #09D904; }
a { background-color: rgb(9,217,4); }
div.DivClassName
{
background-color: #09D904;
}
.BgClassName
{
background-color: #09D904;
}
</style>
border-color css
<style>
span { border-color: #09D904; }
span { border-color: rgb(9,217,4); }
td.TdClassName
{
border-color: #09D904;
}
.TagClassName
{
border-color: #09D904;
}
</style>