Shades of Free Speech Green #09E003
Tints of Free Speech Green #09E003
RGB
CMYK
RGB Variations
Color information
#09E003 (or 0x09E003) is known color: Free Speech Green. HEX triplet: 09, E0 and 03. RGB value is (9,224,3). Sum of RGB (Red+Green+Blue) = 9+224+3=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 224 (87.89% from 255 or 94.92% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 224 - color contains mainly: green. Hex color #09E003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E003 is #F61FFC. Grayscale: #878787. Windows color (decimal): -16130045 or 253961. OLE color: 253961.
HSL color Cylindrical-coordinate representation of color #09E003: hue angle of 118.37º 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 #09E003 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 3 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.12 |
| HSL | 118.37º | 0.97% | 0.45% | - |
| HSV(B) | 118.37º | 0.99% | 0.88% | - |
| XYZ | 26.78 | 53.38 | 8.98 | - |
| YUV | 134.52 | 53.77 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 3 | 0.96 | 0 | 0.99 | 0.12 | 118.37 | 0.97 | 0.45 |
| Hex | 9 | E0 | 3 | 60 | 0 | 63 | C | 76 | 61 | 2D |
| Octal | 11 | 340 | 3 | 140 | 0 | 143 | 14 | 166 | 141 | 55 |
| Binary | 1001 | 11100000 | 11 | 1100000 | 0 | 1100011 | 1100 | 1110110 | 1100001 | 101101 |
Color Harmonies of #09E003
Complementary color
Monochromatic Colors of #09E003
Black with #09E003
Text Example
Text Example
White with #09E003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E003; }
p { color: rgb(9,224,3); }
H1.HeaderClassName
{
color: #09E003;
}
.AnyTagClassName
{
color: #09E003;
}
</style>
background-color css
<style>
a { background-color: #09E003; }
a { background-color: rgb(9,224,3); }
div.DivClassName
{
background-color: #09E003;
}
.BgClassName
{
background-color: #09E003;
}
</style>
border-color css
<style>
span { border-color: #09E003; }
span { border-color: rgb(9,224,3); }
td.TdClassName
{
border-color: #09E003;
}
.TagClassName
{
border-color: #09E003;
}
</style>