Shades of Free Speech Green #09E018
Tints of Free Speech Green #09E018
RGB
CMYK
RGB Variations
Color information
#09E018 (or 0x09E018) is known color: Free Speech Green. HEX triplet: 09, E0 and 18. RGB value is (9,224,24). Sum of RGB (Red+Green+Blue) = 9+224+24=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 224 (87.89% from 255 or 87.16% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 224 - color contains mainly: green. Hex color #09E018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E018 is #F61FE7. Grayscale: #898989. Windows color (decimal): -16130024 or 1630217. OLE color: 1630217.
HSL color Cylindrical-coordinate representation of color #09E018: hue angle of 124.19º 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 #09E018 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 24 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.12 |
| HSL | 124.19º | 0.92% | 0.46% | - |
| HSV(B) | 124.19º | 0.96% | 0.88% | - |
| XYZ | 26.93 | 53.44 | 9.76 | - |
| YUV | 136.92 | 64.27 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 24 | 0.96 | 0 | 0.89 | 0.12 | 124.19 | 0.92 | 0.46 |
| Hex | 9 | E0 | 18 | 60 | 0 | 59 | C | 7C | 5C | 2E |
| Octal | 11 | 340 | 30 | 140 | 0 | 131 | 14 | 174 | 134 | 56 |
| Binary | 1001 | 11100000 | 11000 | 1100000 | 0 | 1011001 | 1100 | 1111100 | 1011100 | 101110 |
Color Harmonies of #09E018
Complementary color
Monochromatic Colors of #09E018
Black with #09E018
Text Example
Text Example
White with #09E018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E018; }
p { color: rgb(9,224,24); }
H1.HeaderClassName
{
color: #09E018;
}
.AnyTagClassName
{
color: #09E018;
}
</style>
background-color css
<style>
a { background-color: #09E018; }
a { background-color: rgb(9,224,24); }
div.DivClassName
{
background-color: #09E018;
}
.BgClassName
{
background-color: #09E018;
}
</style>
border-color css
<style>
span { border-color: #09E018; }
span { border-color: rgb(9,224,24); }
td.TdClassName
{
border-color: #09E018;
}
.TagClassName
{
border-color: #09E018;
}
</style>