Shades of Free Speech Green #09E403
Tints of Free Speech Green #09E403
RGB
CMYK
RGB Variations
Color information
#09E403 (or 0x09E403) is known color: Free Speech Green. HEX triplet: 09, E4 and 03. RGB value is (9,228,3). Sum of RGB (Red+Green+Blue) = 9+228+3=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 228 (89.45% from 255 or 95% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 228 - color contains mainly: green. Hex color #09E403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E403 is #F61BFC. Grayscale: #898989. Windows color (decimal): -16129021 or 254985. OLE color: 254985.
HSL color Cylindrical-coordinate representation of color #09E403: hue angle of 118.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09E403 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 228 | 3 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.11 |
| HSL | 118.4º | 0.97% | 0.45% | - |
| HSV(B) | 118.4º | 0.99% | 0.89% | - |
| XYZ | 27.87 | 55.55 | 9.34 | - |
| YUV | 136.87 | 52.45 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 228 | 3 | 0.96 | 0 | 0.99 | 0.11 | 118.4 | 0.97 | 0.45 |
| Hex | 9 | E4 | 3 | 60 | 0 | 63 | B | 76 | 61 | 2D |
| Octal | 11 | 344 | 3 | 140 | 0 | 143 | 13 | 166 | 141 | 55 |
| Binary | 1001 | 11100100 | 11 | 1100000 | 0 | 1100011 | 1011 | 1110110 | 1100001 | 101101 |
Color Harmonies of #09E403
Complementary color
Monochromatic Colors of #09E403
Black with #09E403
Text Example
Text Example
White with #09E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E403; }
p { color: rgb(9,228,3); }
H1.HeaderClassName
{
color: #09E403;
}
.AnyTagClassName
{
color: #09E403;
}
</style>
background-color css
<style>
a { background-color: #09E403; }
a { background-color: rgb(9,228,3); }
div.DivClassName
{
background-color: #09E403;
}
.BgClassName
{
background-color: #09E403;
}
</style>
border-color css
<style>
span { border-color: #09E403; }
span { border-color: rgb(9,228,3); }
td.TdClassName
{
border-color: #09E403;
}
.TagClassName
{
border-color: #09E403;
}
</style>