Shades of Free Speech Green #09C911
Tints of Free Speech Green #09C911
RGB
CMYK
RGB Variations
Color information
#09C911 (or 0x09C911) is known color: Free Speech Green. HEX triplet: 09, C9 and 11. RGB value is (9,201,17). Sum of RGB (Red+Green+Blue) = 9+201+17=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 201 (78.91% from 255 or 88.55% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 201 - color contains mainly: green. Hex color #09C911 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09C911 is #F636EE. Grayscale: #7B7B7B. Windows color (decimal): -16135919 or 1165577. OLE color: 1165577.
HSL color Cylindrical-coordinate representation of color #09C911: hue angle of 122.5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C911 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 201 | 17 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.21 |
| HSL | 122.5º | 0.91% | 0.41% | - |
| HSV(B) | 122.5º | 0.96% | 0.79% | - |
| XYZ | 21.1 | 41.87 | 7.5 | - |
| YUV | 122.62 | 68.39 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 201 | 17 | 0.96 | 0 | 0.92 | 0.21 | 122.5 | 0.91 | 0.41 |
| Hex | 9 | C9 | 11 | 60 | 0 | 5C | 15 | 7B | 5B | 29 |
| Octal | 11 | 311 | 21 | 140 | 0 | 134 | 25 | 173 | 133 | 51 |
| Binary | 1001 | 11001001 | 10001 | 1100000 | 0 | 1011100 | 10101 | 1111011 | 1011011 | 101001 |
Color Harmonies of #09C911
Complementary color
Monochromatic Colors of #09C911
Black with #09C911
Text Example
Text Example
White with #09C911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C911; }
p { color: rgb(9,201,17); }
H1.HeaderClassName
{
color: #09C911;
}
.AnyTagClassName
{
color: #09C911;
}
</style>
background-color css
<style>
a { background-color: #09C911; }
a { background-color: rgb(9,201,17); }
div.DivClassName
{
background-color: #09C911;
}
.BgClassName
{
background-color: #09C911;
}
</style>
border-color css
<style>
span { border-color: #09C911; }
span { border-color: rgb(9,201,17); }
td.TdClassName
{
border-color: #09C911;
}
.TagClassName
{
border-color: #09C911;
}
</style>