Shades of Free Speech Green #09E103
Tints of Free Speech Green #09E103
RGB
CMYK
RGB Variations
Color information
#09E103 (or 0x09E103) is known color: Free Speech Green. HEX triplet: 09, E1 and 03. RGB value is (9,225,3). Sum of RGB (Red+Green+Blue) = 9+225+3=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 225 (88.28% from 255 or 94.94% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 225 - color contains mainly: green. Hex color #09E103 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E103 is #F61EFC. Grayscale: #878787. Windows color (decimal): -16129789 or 254217. OLE color: 254217.
HSL color Cylindrical-coordinate representation of color #09E103: hue angle of 118.38º degrees, saturation: 0.97, 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 #09E103 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 225 | 3 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.12 |
| HSL | 118.38º | 0.97% | 0.45% | - |
| HSV(B) | 118.38º | 0.99% | 0.88% | - |
| XYZ | 27.05 | 53.92 | 9.07 | - |
| YUV | 135.11 | 53.44 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 225 | 3 | 0.96 | 0 | 0.99 | 0.12 | 118.38 | 0.97 | 0.45 |
| Hex | 9 | E1 | 3 | 60 | 0 | 63 | C | 76 | 61 | 2D |
| Octal | 11 | 341 | 3 | 140 | 0 | 143 | 14 | 166 | 141 | 55 |
| Binary | 1001 | 11100001 | 11 | 1100000 | 0 | 1100011 | 1100 | 1110110 | 1100001 | 101101 |
Color Harmonies of #09E103
Complementary color
Monochromatic Colors of #09E103
Black with #09E103
Text Example
Text Example
White with #09E103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E103; }
p { color: rgb(9,225,3); }
H1.HeaderClassName
{
color: #09E103;
}
.AnyTagClassName
{
color: #09E103;
}
</style>
background-color css
<style>
a { background-color: #09E103; }
a { background-color: rgb(9,225,3); }
div.DivClassName
{
background-color: #09E103;
}
.BgClassName
{
background-color: #09E103;
}
</style>
border-color css
<style>
span { border-color: #09E103; }
span { border-color: rgb(9,225,3); }
td.TdClassName
{
border-color: #09E103;
}
.TagClassName
{
border-color: #09E103;
}
</style>