Shades of Free Speech Green #09E00D
Tints of Free Speech Green #09E00D
RGB
CMYK
RGB Variations
Color information
#09E00D (or 0x09E00D) is known color: Free Speech Green. HEX triplet: 09, E0 and 0D. RGB value is (9,224,13). Sum of RGB (Red+Green+Blue) = 9+224+13=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 224 (87.89% from 255 or 91.06% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 224 - color contains mainly: green. Hex color #09E00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E00D is #F61FF2. Grayscale: #888888. Windows color (decimal): -16130035 or 909321. OLE color: 909321.
HSL color Cylindrical-coordinate representation of color #09E00D: hue angle of 121.12º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E00D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 13 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.12 |
| HSL | 121.12º | 0.92% | 0.46% | - |
| HSV(B) | 121.12º | 0.96% | 0.88% | - |
| XYZ | 26.84 | 53.4 | 9.27 | - |
| YUV | 135.66 | 58.77 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 13 | 0.96 | 0 | 0.94 | 0.12 | 121.12 | 0.92 | 0.46 |
| Hex | 9 | E0 | D | 60 | 0 | 5E | C | 79 | 5C | 2E |
| Octal | 11 | 340 | 15 | 140 | 0 | 136 | 14 | 171 | 134 | 56 |
| Binary | 1001 | 11100000 | 1101 | 1100000 | 0 | 1011110 | 1100 | 1111001 | 1011100 | 101110 |
Color Harmonies of #09E00D
Complementary color
Monochromatic Colors of #09E00D
Black with #09E00D
Text Example
Text Example
White with #09E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E00D; }
p { color: rgb(9,224,13); }
H1.HeaderClassName
{
color: #09E00D;
}
.AnyTagClassName
{
color: #09E00D;
}
</style>
background-color css
<style>
a { background-color: #09E00D; }
a { background-color: rgb(9,224,13); }
div.DivClassName
{
background-color: #09E00D;
}
.BgClassName
{
background-color: #09E00D;
}
</style>
border-color css
<style>
span { border-color: #09E00D; }
span { border-color: rgb(9,224,13); }
td.TdClassName
{
border-color: #09E00D;
}
.TagClassName
{
border-color: #09E00D;
}
</style>