Shades of Free Speech Green #09D700
Tints of Free Speech Green #09D700
RGB
CMYK
RGB Variations
Color information
#09D700 (or 0x09D700) is known color: Free Speech Green. HEX triplet: 09, D7 and 00. RGB value is (9,215,0). Sum of RGB (Red+Green+Blue) = 9+215+0=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 215 (84.38% from 255 or 95.98% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 215 - color contains mainly: green. Hex color #09D700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D700 is #F628FF. Grayscale: #818181. Windows color (decimal): -16132352 or 55049. OLE color: 55049.
HSL color Cylindrical-coordinate representation of color #09D700: hue angle of 117.49º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09D700 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 215 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.16 |
| HSL | 117.49º | 1% | 0.42% | - |
| HSV(B) | 117.49º | 1% | 0.84% | - |
| XYZ | 24.41 | 48.66 | 8.11 | - |
| YUV | 128.9 | 55.25 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 215 | 0 | 0.96 | 0 | 1 | 0.16 | 117.49 | 1 | 0.42 |
| Hex | 9 | D7 | 0 | 60 | 0 | 64 | 10 | 75 | 64 | 2A |
| Octal | 11 | 327 | 0 | 140 | 0 | 144 | 20 | 165 | 144 | 52 |
| Binary | 1001 | 11010111 | 0 | 1100000 | 0 | 1100100 | 10000 | 1110101 | 1100100 | 101010 |
Color Harmonies of #09D700
Complementary color
Monochromatic Colors of #09D700
Black with #09D700
Text Example
Text Example
White with #09D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D700; }
p { color: rgb(9,215,0); }
H1.HeaderClassName
{
color: #09D700;
}
.AnyTagClassName
{
color: #09D700;
}
</style>
background-color css
<style>
a { background-color: #09D700; }
a { background-color: rgb(9,215,0); }
div.DivClassName
{
background-color: #09D700;
}
.BgClassName
{
background-color: #09D700;
}
</style>
border-color css
<style>
span { border-color: #09D700; }
span { border-color: rgb(9,215,0); }
td.TdClassName
{
border-color: #09D700;
}
.TagClassName
{
border-color: #09D700;
}
</style>