Shades of Free Speech Green #09E010
Tints of Free Speech Green #09E010
RGB
CMYK
RGB Variations
Color information
#09E010 (or 0x09E010) is known color: Free Speech Green. HEX triplet: 09, E0 and 10. RGB value is (9,224,16). Sum of RGB (Red+Green+Blue) = 9+224+16=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 224 (87.89% from 255 or 89.96% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 224 - color contains mainly: green. Hex color #09E010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E010 is #F61FEF. Grayscale: #888888. Windows color (decimal): -16130032 or 1105929. OLE color: 1105929.
HSL color Cylindrical-coordinate representation of color #09E010: hue angle of 121.95º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E010 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 16 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.12 |
| HSL | 121.95º | 0.92% | 0.46% | - |
| HSV(B) | 121.95º | 0.96% | 0.88% | - |
| XYZ | 26.86 | 53.41 | 9.38 | - |
| YUV | 136 | 60.27 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 16 | 0.96 | 0 | 0.93 | 0.12 | 121.95 | 0.92 | 0.46 |
| Hex | 9 | E0 | 10 | 60 | 0 | 5D | C | 7A | 5C | 2E |
| Octal | 11 | 340 | 20 | 140 | 0 | 135 | 14 | 172 | 134 | 56 |
| Binary | 1001 | 11100000 | 10000 | 1100000 | 0 | 1011101 | 1100 | 1111010 | 1011100 | 101110 |
Color Harmonies of #09E010
Complementary color
Monochromatic Colors of #09E010
Black with #09E010
Text Example
Text Example
White with #09E010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E010; }
p { color: rgb(9,224,16); }
H1.HeaderClassName
{
color: #09E010;
}
.AnyTagClassName
{
color: #09E010;
}
</style>
background-color css
<style>
a { background-color: #09E010; }
a { background-color: rgb(9,224,16); }
div.DivClassName
{
background-color: #09E010;
}
.BgClassName
{
background-color: #09E010;
}
</style>
border-color css
<style>
span { border-color: #09E010; }
span { border-color: rgb(9,224,16); }
td.TdClassName
{
border-color: #09E010;
}
.TagClassName
{
border-color: #09E010;
}
</style>