Shades of Free Speech Green #09E608
Tints of Free Speech Green #09E608
RGB
CMYK
RGB Variations
Color information
#09E608 (or 0x09E608) is known color: Free Speech Green. HEX triplet: 09, E6 and 08. RGB value is (9,230,8). Sum of RGB (Red+Green+Blue) = 9+230+8=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 230 (90.23% from 255 or 93.12% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 230 - color contains mainly: green. Hex color #09E608 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09E608 is #F619F7. Grayscale: #8B8B8B. Windows color (decimal): -16128504 or 583177. OLE color: 583177.
HSL color Cylindrical-coordinate representation of color #09E608: hue angle of 119.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09E608 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 230 | 8 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.10 |
| HSL | 119.73º | 0.93% | 0.47% | - |
| HSV(B) | 119.73º | 0.97% | 0.9% | - |
| XYZ | 28.45 | 56.67 | 9.67 | - |
| YUV | 138.61 | 54.28 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 230 | 8 | 0.96 | 0 | 0.97 | 0.10 | 119.73 | 0.93 | 0.47 |
| Hex | 9 | E6 | 8 | 60 | 0 | 61 | A | 78 | 5D | 2F |
| Octal | 11 | 346 | 10 | 140 | 0 | 141 | 12 | 170 | 135 | 57 |
| Binary | 1001 | 11100110 | 1000 | 1100000 | 0 | 1100001 | 1010 | 1111000 | 1011101 | 101111 |
Color Harmonies of #09E608
Complementary color
Monochromatic Colors of #09E608
Black with #09E608
Text Example
Text Example
White with #09E608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E608; }
p { color: rgb(9,230,8); }
H1.HeaderClassName
{
color: #09E608;
}
.AnyTagClassName
{
color: #09E608;
}
</style>
background-color css
<style>
a { background-color: #09E608; }
a { background-color: rgb(9,230,8); }
div.DivClassName
{
background-color: #09E608;
}
.BgClassName
{
background-color: #09E608;
}
</style>
border-color css
<style>
span { border-color: #09E608; }
span { border-color: rgb(9,230,8); }
td.TdClassName
{
border-color: #09E608;
}
.TagClassName
{
border-color: #09E608;
}
</style>