Shades of Free Speech Green #09D900
Tints of Free Speech Green #09D900
RGB
CMYK
RGB Variations
Color information
#09D900 (or 0x09D900) is known color: Free Speech Green. HEX triplet: 09, D9 and 00. RGB value is (9,217,0). Sum of RGB (Red+Green+Blue) = 9+217+0=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 217 (85.16% from 255 or 96.02% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 217 - color contains mainly: green. Hex color #09D900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D900 is #F626FF. Grayscale: #828282. Windows color (decimal): -16131840 or 55561. OLE color: 55561.
HSL color Cylindrical-coordinate representation of color #09D900: hue angle of 117.51º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09D900 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 217 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.15 |
| HSL | 117.51º | 1% | 0.43% | - |
| HSV(B) | 117.51º | 1% | 0.85% | - |
| XYZ | 24.93 | 49.68 | 8.28 | - |
| YUV | 130.07 | 54.59 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 217 | 0 | 0.96 | 0 | 1 | 0.15 | 117.51 | 1 | 0.43 |
| Hex | 9 | D9 | 0 | 60 | 0 | 64 | F | 76 | 64 | 2B |
| Octal | 11 | 331 | 0 | 140 | 0 | 144 | 17 | 166 | 144 | 53 |
| Binary | 1001 | 11011001 | 0 | 1100000 | 0 | 1100100 | 1111 | 1110110 | 1100100 | 101011 |
Color Harmonies of #09D900
Complementary color
Monochromatic Colors of #09D900
Black with #09D900
Text Example
Text Example
White with #09D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D900; }
p { color: rgb(9,217,0); }
H1.HeaderClassName
{
color: #09D900;
}
.AnyTagClassName
{
color: #09D900;
}
</style>
background-color css
<style>
a { background-color: #09D900; }
a { background-color: rgb(9,217,0); }
div.DivClassName
{
background-color: #09D900;
}
.BgClassName
{
background-color: #09D900;
}
</style>
border-color css
<style>
span { border-color: #09D900; }
span { border-color: rgb(9,217,0); }
td.TdClassName
{
border-color: #09D900;
}
.TagClassName
{
border-color: #09D900;
}
</style>