Shades of Free Speech Green #09D720
Tints of Free Speech Green #09D720
RGB
CMYK
RGB Variations
Color information
#09D720 (or 0x09D720) is known color: Free Speech Green. HEX triplet: 09, D7 and 20. RGB value is (9,215,32). Sum of RGB (Red+Green+Blue) = 9+215+32=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 215 (84.38% from 255 or 83.98% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 215 - color contains mainly: green. Hex color #09D720 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D720 is #F628DF. Grayscale: #858585. Windows color (decimal): -16132320 or 2152201. OLE color: 2152201.
HSL color Cylindrical-coordinate representation of color #09D720: hue angle of 126.7º 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 #09D720 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 215 | 32 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.16 |
| HSL | 126.7º | 0.92% | 0.44% | - |
| HSV(B) | 126.7º | 0.96% | 0.84% | - |
| XYZ | 24.67 | 48.76 | 9.48 | - |
| YUV | 132.54 | 71.25 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 215 | 32 | 0.96 | 0 | 0.85 | 0.16 | 126.7 | 0.92 | 0.44 |
| Hex | 9 | D7 | 20 | 60 | 0 | 55 | 10 | 7F | 5C | 2C |
| Octal | 11 | 327 | 40 | 140 | 0 | 125 | 20 | 177 | 134 | 54 |
| Binary | 1001 | 11010111 | 100000 | 1100000 | 0 | 1010101 | 10000 | 1111111 | 1011100 | 101100 |
Color Harmonies of #09D720
Complementary color
Monochromatic Colors of #09D720
Black with #09D720
Text Example
Text Example
White with #09D720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D720; }
p { color: rgb(9,215,32); }
H1.HeaderClassName
{
color: #09D720;
}
.AnyTagClassName
{
color: #09D720;
}
</style>
background-color css
<style>
a { background-color: #09D720; }
a { background-color: rgb(9,215,32); }
div.DivClassName
{
background-color: #09D720;
}
.BgClassName
{
background-color: #09D720;
}
</style>
border-color css
<style>
span { border-color: #09D720; }
span { border-color: rgb(9,215,32); }
td.TdClassName
{
border-color: #09D720;
}
.TagClassName
{
border-color: #09D720;
}
</style>