Shades of Free Speech Green #09E50D
Tints of Free Speech Green #09E50D
RGB
CMYK
RGB Variations
Color information
#09E50D (or 0x09E50D) is known color: Free Speech Green. HEX triplet: 09, E5 and 0D. RGB value is (9,229,13). Sum of RGB (Red+Green+Blue) = 9+229+13=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 229 (89.84% from 255 or 91.24% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 229 - color contains mainly: green. Hex color #09E50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E50D is #F61AF2. Grayscale: #8B8B8B. Windows color (decimal): -16128755 or 910601. OLE color: 910601.
HSL color Cylindrical-coordinate representation of color #09E50D: hue angle of 121.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E50D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 229 | 13 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.10 |
| HSL | 121.09º | 0.92% | 0.47% | - |
| HSV(B) | 121.09º | 0.96% | 0.9% | - |
| XYZ | 28.2 | 56.13 | 9.73 | - |
| YUV | 138.6 | 57.11 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 229 | 13 | 0.96 | 0 | 0.94 | 0.10 | 121.09 | 0.92 | 0.47 |
| Hex | 9 | E5 | D | 60 | 0 | 5E | A | 79 | 5C | 2F |
| Octal | 11 | 345 | 15 | 140 | 0 | 136 | 12 | 171 | 134 | 57 |
| Binary | 1001 | 11100101 | 1101 | 1100000 | 0 | 1011110 | 1010 | 1111001 | 1011100 | 101111 |
Color Harmonies of #09E50D
Complementary color
Monochromatic Colors of #09E50D
Black with #09E50D
Text Example
Text Example
White with #09E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E50D; }
p { color: rgb(9,229,13); }
H1.HeaderClassName
{
color: #09E50D;
}
.AnyTagClassName
{
color: #09E50D;
}
</style>
background-color css
<style>
a { background-color: #09E50D; }
a { background-color: rgb(9,229,13); }
div.DivClassName
{
background-color: #09E50D;
}
.BgClassName
{
background-color: #09E50D;
}
</style>
border-color css
<style>
span { border-color: #09E50D; }
span { border-color: rgb(9,229,13); }
td.TdClassName
{
border-color: #09E50D;
}
.TagClassName
{
border-color: #09E50D;
}
</style>