Shades of Free Speech Green #09D815
Tints of Free Speech Green #09D815
RGB
CMYK
RGB Variations
Color information
#09D815 (or 0x09D815) is known color: Free Speech Green. HEX triplet: 09, D8 and 15. RGB value is (9,216,21). Sum of RGB (Red+Green+Blue) = 9+216+21=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 216 (84.77% from 255 or 87.80% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 216 - color contains mainly: green. Hex color #09D815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D815 is #F627EA. Grayscale: #848484. Windows color (decimal): -16132075 or 1431561. OLE color: 1431561.
HSL color Cylindrical-coordinate representation of color #09D815: hue angle of 123.48º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D815 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 216 | 21 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.15 |
| HSL | 123.48º | 0.92% | 0.44% | - |
| HSV(B) | 123.48º | 0.96% | 0.85% | - |
| XYZ | 24.8 | 49.22 | 8.9 | - |
| YUV | 131.88 | 65.42 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 216 | 21 | 0.96 | 0 | 0.90 | 0.15 | 123.48 | 0.92 | 0.44 |
| Hex | 9 | D8 | 15 | 60 | 0 | 5A | F | 7B | 5C | 2C |
| Octal | 11 | 330 | 25 | 140 | 0 | 132 | 17 | 173 | 134 | 54 |
| Binary | 1001 | 11011000 | 10101 | 1100000 | 0 | 1011010 | 1111 | 1111011 | 1011100 | 101100 |
Color Harmonies of #09D815
Complementary color
Monochromatic Colors of #09D815
Black with #09D815
Text Example
Text Example
White with #09D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D815; }
p { color: rgb(9,216,21); }
H1.HeaderClassName
{
color: #09D815;
}
.AnyTagClassName
{
color: #09D815;
}
</style>
background-color css
<style>
a { background-color: #09D815; }
a { background-color: rgb(9,216,21); }
div.DivClassName
{
background-color: #09D815;
}
.BgClassName
{
background-color: #09D815;
}
</style>
border-color css
<style>
span { border-color: #09D815; }
span { border-color: rgb(9,216,21); }
td.TdClassName
{
border-color: #09D815;
}
.TagClassName
{
border-color: #09D815;
}
</style>