Shades of Free Speech Green #09E600
Tints of Free Speech Green #09E600
RGB
CMYK
RGB Variations
Color information
#09E600 (or 0x09E600) is known color: Free Speech Green. HEX triplet: 09, E6 and 00. RGB value is (9,230,0). Sum of RGB (Red+Green+Blue) = 9+230+0=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 230 (90.23% from 255 or 96.23% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 230 - color contains mainly: green. Hex color #09E600 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09E600 is #F619FF. Grayscale: #8A8A8A. Windows color (decimal): -16128512 or 58889. OLE color: 58889.
HSL color Cylindrical-coordinate representation of color #09E600: hue angle of 117.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09E600 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 230 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.10 |
| HSL | 117.65º | 1% | 0.45% | - |
| HSV(B) | 117.65º | 1% | 0.9% | - |
| XYZ | 28.41 | 56.65 | 9.44 | - |
| YUV | 137.7 | 50.28 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 230 | 0 | 0.96 | 0 | 1 | 0.10 | 117.65 | 1 | 0.45 |
| Hex | 9 | E6 | 0 | 60 | 0 | 64 | A | 76 | 64 | 2D |
| Octal | 11 | 346 | 0 | 140 | 0 | 144 | 12 | 166 | 144 | 55 |
| Binary | 1001 | 11100110 | 0 | 1100000 | 0 | 1100100 | 1010 | 1110110 | 1100100 | 101101 |
Color Harmonies of #09E600
Complementary color
Monochromatic Colors of #09E600
Black with #09E600
Text Example
Text Example
White with #09E600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E600; }
p { color: rgb(9,230,0); }
H1.HeaderClassName
{
color: #09E600;
}
.AnyTagClassName
{
color: #09E600;
}
</style>
background-color css
<style>
a { background-color: #09E600; }
a { background-color: rgb(9,230,0); }
div.DivClassName
{
background-color: #09E600;
}
.BgClassName
{
background-color: #09E600;
}
</style>
border-color css
<style>
span { border-color: #09E600; }
span { border-color: rgb(9,230,0); }
td.TdClassName
{
border-color: #09E600;
}
.TagClassName
{
border-color: #09E600;
}
</style>