Shades of Free Speech Green #09D716
Tints of Free Speech Green #09D716
RGB
CMYK
RGB Variations
Color information
#09D716 (or 0x09D716) is known color: Free Speech Green. HEX triplet: 09, D7 and 16. RGB value is (9,215,22). Sum of RGB (Red+Green+Blue) = 9+215+22=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 215 (84.38% from 255 or 87.40% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 215 - color contains mainly: green. Hex color #09D716 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D716 is #F628E9. Grayscale: #838383. Windows color (decimal): -16132330 or 1496841. OLE color: 1496841.
HSL color Cylindrical-coordinate representation of color #09D716: hue angle of 123.79º 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 #09D716 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 215 | 22 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.16 |
| HSL | 123.79º | 0.92% | 0.44% | - |
| HSV(B) | 123.79º | 0.96% | 0.84% | - |
| XYZ | 24.56 | 48.72 | 8.87 | - |
| YUV | 131.4 | 66.25 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 215 | 22 | 0.96 | 0 | 0.90 | 0.16 | 123.79 | 0.92 | 0.44 |
| Hex | 9 | D7 | 16 | 60 | 0 | 5A | 10 | 7C | 5C | 2C |
| Octal | 11 | 327 | 26 | 140 | 0 | 132 | 20 | 174 | 134 | 54 |
| Binary | 1001 | 11010111 | 10110 | 1100000 | 0 | 1011010 | 10000 | 1111100 | 1011100 | 101100 |
Color Harmonies of #09D716
Complementary color
Monochromatic Colors of #09D716
Black with #09D716
Text Example
Text Example
White with #09D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D716; }
p { color: rgb(9,215,22); }
H1.HeaderClassName
{
color: #09D716;
}
.AnyTagClassName
{
color: #09D716;
}
</style>
background-color css
<style>
a { background-color: #09D716; }
a { background-color: rgb(9,215,22); }
div.DivClassName
{
background-color: #09D716;
}
.BgClassName
{
background-color: #09D716;
}
</style>
border-color css
<style>
span { border-color: #09D716; }
span { border-color: rgb(9,215,22); }
td.TdClassName
{
border-color: #09D716;
}
.TagClassName
{
border-color: #09D716;
}
</style>