Shades of Free Speech Green #09E602
Tints of Free Speech Green #09E602
RGB
CMYK
RGB Variations
Color information
#09E602 (or 0x09E602) is known color: Free Speech Green. HEX triplet: 09, E6 and 02. RGB value is (9,230,2). Sum of RGB (Red+Green+Blue) = 9+230+2=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 230 (90.23% from 255 or 95.44% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 230 - color contains mainly: green. Hex color #09E602 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09E602 is #F619FD. Grayscale: #8A8A8A. Windows color (decimal): -16128510 or 189961. OLE color: 189961.
HSL color Cylindrical-coordinate representation of color #09E602: hue angle of 118.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09E602 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 230 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.10 |
| HSL | 118.16º | 0.98% | 0.45% | - |
| HSV(B) | 118.16º | 0.99% | 0.9% | - |
| XYZ | 28.42 | 56.66 | 9.5 | - |
| YUV | 137.93 | 51.28 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 230 | 2 | 0.96 | 0 | 0.99 | 0.10 | 118.16 | 0.98 | 0.45 |
| Hex | 9 | E6 | 2 | 60 | 0 | 63 | A | 76 | 62 | 2D |
| Octal | 11 | 346 | 2 | 140 | 0 | 143 | 12 | 166 | 142 | 55 |
| Binary | 1001 | 11100110 | 10 | 1100000 | 0 | 1100011 | 1010 | 1110110 | 1100010 | 101101 |
Color Harmonies of #09E602
Complementary color
Monochromatic Colors of #09E602
Black with #09E602
Text Example
Text Example
White with #09E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E602; }
p { color: rgb(9,230,2); }
H1.HeaderClassName
{
color: #09E602;
}
.AnyTagClassName
{
color: #09E602;
}
</style>
background-color css
<style>
a { background-color: #09E602; }
a { background-color: rgb(9,230,2); }
div.DivClassName
{
background-color: #09E602;
}
.BgClassName
{
background-color: #09E602;
}
</style>
border-color css
<style>
span { border-color: #09E602; }
span { border-color: rgb(9,230,2); }
td.TdClassName
{
border-color: #09E602;
}
.TagClassName
{
border-color: #09E602;
}
</style>