Shades of Free Speech Green #09E119
Tints of Free Speech Green #09E119
RGB
CMYK
RGB Variations
Color information
#09E119 (or 0x09E119) is known color: Free Speech Green. HEX triplet: 09, E1 and 19. RGB value is (9,225,25). Sum of RGB (Red+Green+Blue) = 9+225+25=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 225 (88.28% from 255 or 86.87% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 225 - color contains mainly: green. Hex color #09E119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E119 is #F61EE6. Grayscale: #8A8A8A. Windows color (decimal): -16129767 or 1696009. OLE color: 1696009.
HSL color Cylindrical-coordinate representation of color #09E119: hue angle of 124.44º 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 #09E119 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 225 | 25 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.12 |
| HSL | 124.44º | 0.92% | 0.46% | - |
| HSV(B) | 124.44º | 0.96% | 0.88% | - |
| XYZ | 27.21 | 53.98 | 9.9 | - |
| YUV | 137.62 | 64.44 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 225 | 25 | 0.96 | 0 | 0.89 | 0.12 | 124.44 | 0.92 | 0.46 |
| Hex | 9 | E1 | 19 | 60 | 0 | 59 | C | 7C | 5C | 2E |
| Octal | 11 | 341 | 31 | 140 | 0 | 131 | 14 | 174 | 134 | 56 |
| Binary | 1001 | 11100001 | 11001 | 1100000 | 0 | 1011001 | 1100 | 1111100 | 1011100 | 101110 |
Color Harmonies of #09E119
Complementary color
Monochromatic Colors of #09E119
Black with #09E119
Text Example
Text Example
White with #09E119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E119; }
p { color: rgb(9,225,25); }
H1.HeaderClassName
{
color: #09E119;
}
.AnyTagClassName
{
color: #09E119;
}
</style>
background-color css
<style>
a { background-color: #09E119; }
a { background-color: rgb(9,225,25); }
div.DivClassName
{
background-color: #09E119;
}
.BgClassName
{
background-color: #09E119;
}
</style>
border-color css
<style>
span { border-color: #09E119; }
span { border-color: rgb(9,225,25); }
td.TdClassName
{
border-color: #09E119;
}
.TagClassName
{
border-color: #09E119;
}
</style>