Shades of Free Speech Green #09E102
Tints of Free Speech Green #09E102
RGB
CMYK
RGB Variations
Color information
#09E102 (or 0x09E102) is known color: Free Speech Green. HEX triplet: 09, E1 and 02. RGB value is (9,225,2). Sum of RGB (Red+Green+Blue) = 9+225+2=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 225 (88.28% from 255 or 95.34% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 225 - color contains mainly: green. Hex color #09E102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E102 is #F61EFD. Grayscale: #878787. Windows color (decimal): -16129790 or 188681. OLE color: 188681.
HSL color Cylindrical-coordinate representation of color #09E102: hue angle of 118.12º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09E102 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 225 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.12 |
| HSL | 118.12º | 0.98% | 0.45% | - |
| HSV(B) | 118.12º | 0.99% | 0.88% | - |
| XYZ | 27.05 | 53.91 | 9.04 | - |
| YUV | 134.99 | 52.94 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 225 | 2 | 0.96 | 0 | 0.99 | 0.12 | 118.12 | 0.98 | 0.45 |
| Hex | 9 | E1 | 2 | 60 | 0 | 63 | C | 76 | 62 | 2D |
| Octal | 11 | 341 | 2 | 140 | 0 | 143 | 14 | 166 | 142 | 55 |
| Binary | 1001 | 11100001 | 10 | 1100000 | 0 | 1100011 | 1100 | 1110110 | 1100010 | 101101 |
Color Harmonies of #09E102
Complementary color
Monochromatic Colors of #09E102
Black with #09E102
Text Example
Text Example
White with #09E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E102; }
p { color: rgb(9,225,2); }
H1.HeaderClassName
{
color: #09E102;
}
.AnyTagClassName
{
color: #09E102;
}
</style>
background-color css
<style>
a { background-color: #09E102; }
a { background-color: rgb(9,225,2); }
div.DivClassName
{
background-color: #09E102;
}
.BgClassName
{
background-color: #09E102;
}
</style>
border-color css
<style>
span { border-color: #09E102; }
span { border-color: rgb(9,225,2); }
td.TdClassName
{
border-color: #09E102;
}
.TagClassName
{
border-color: #09E102;
}
</style>