Shades of Free Speech Green #09C810
Tints of Free Speech Green #09C810
RGB
CMYK
RGB Variations
Color information
#09C810 (or 0x09C810) is known color: Free Speech Green. HEX triplet: 09, C8 and 10. RGB value is (9,200,16). Sum of RGB (Red+Green+Blue) = 9+200+16=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 200 (78.52% from 255 or 88.89% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 200 - color contains mainly: green. Hex color #09C810 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09C810 is #F637EF. Grayscale: #7A7A7A. Windows color (decimal): -16136176 or 1099785. OLE color: 1099785.
HSL color Cylindrical-coordinate representation of color #09C810: hue angle of 122.2º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C810 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 200 | 16 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.22 |
| HSL | 122.2º | 0.91% | 0.41% | - |
| HSV(B) | 122.2º | 0.96% | 0.78% | - |
| XYZ | 20.86 | 41.4 | 7.38 | - |
| YUV | 121.92 | 68.22 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 200 | 16 | 0.96 | 0 | 0.92 | 0.22 | 122.2 | 0.91 | 0.41 |
| Hex | 9 | C8 | 10 | 60 | 0 | 5C | 16 | 7A | 5B | 29 |
| Octal | 11 | 310 | 20 | 140 | 0 | 134 | 26 | 172 | 133 | 51 |
| Binary | 1001 | 11001000 | 10000 | 1100000 | 0 | 1011100 | 10110 | 1111010 | 1011011 | 101001 |
Color Harmonies of #09C810
Complementary color
Monochromatic Colors of #09C810
Black with #09C810
Text Example
Text Example
White with #09C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C810; }
p { color: rgb(9,200,16); }
H1.HeaderClassName
{
color: #09C810;
}
.AnyTagClassName
{
color: #09C810;
}
</style>
background-color css
<style>
a { background-color: #09C810; }
a { background-color: rgb(9,200,16); }
div.DivClassName
{
background-color: #09C810;
}
.BgClassName
{
background-color: #09C810;
}
</style>
border-color css
<style>
span { border-color: #09C810; }
span { border-color: rgb(9,200,16); }
td.TdClassName
{
border-color: #09C810;
}
.TagClassName
{
border-color: #09C810;
}
</style>