Shades of Free Speech Green #09D70D
Tints of Free Speech Green #09D70D
RGB
CMYK
RGB Variations
Color information
#09D70D (or 0x09D70D) is known color: Free Speech Green. HEX triplet: 09, D7 and 0D. RGB value is (9,215,13). Sum of RGB (Red+Green+Blue) = 9+215+13=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 215 (84.38% from 255 or 90.72% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 215 - color contains mainly: green. Hex color #09D70D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D70D is #F628F2. Grayscale: #828282. Windows color (decimal): -16132339 or 907017. OLE color: 907017.
HSL color Cylindrical-coordinate representation of color #09D70D: hue angle of 121.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D70D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 215 | 13 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.16 |
| HSL | 121.17º | 0.92% | 0.44% | - |
| HSV(B) | 121.17º | 0.96% | 0.84% | - |
| XYZ | 24.49 | 48.69 | 8.49 | - |
| YUV | 130.38 | 61.75 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 215 | 13 | 0.96 | 0 | 0.94 | 0.16 | 121.17 | 0.92 | 0.44 |
| Hex | 9 | D7 | D | 60 | 0 | 5E | 10 | 79 | 5C | 2C |
| Octal | 11 | 327 | 15 | 140 | 0 | 136 | 20 | 171 | 134 | 54 |
| Binary | 1001 | 11010111 | 1101 | 1100000 | 0 | 1011110 | 10000 | 1111001 | 1011100 | 101100 |
Color Harmonies of #09D70D
Complementary color
Monochromatic Colors of #09D70D
Black with #09D70D
Text Example
Text Example
White with #09D70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D70D; }
p { color: rgb(9,215,13); }
H1.HeaderClassName
{
color: #09D70D;
}
.AnyTagClassName
{
color: #09D70D;
}
</style>
background-color css
<style>
a { background-color: #09D70D; }
a { background-color: rgb(9,215,13); }
div.DivClassName
{
background-color: #09D70D;
}
.BgClassName
{
background-color: #09D70D;
}
</style>
border-color css
<style>
span { border-color: #09D70D; }
span { border-color: rgb(9,215,13); }
td.TdClassName
{
border-color: #09D70D;
}
.TagClassName
{
border-color: #09D70D;
}
</style>