Shades of Free Speech Green #09E81D
Tints of Free Speech Green #09E81D
RGB
CMYK
RGB Variations
Color information
#09E81D (or 0x09E81D) is known color: Free Speech Green. HEX triplet: 09, E8 and 1D. RGB value is (9,232,29). Sum of RGB (Red+Green+Blue) = 9+232+29=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 232 (91.02% from 255 or 85.93% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 232 - color contains mainly: green. Hex color #09E81D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09E81D is #F617E2. Grayscale: #8E8E8E. Windows color (decimal): -16127971 or 1959945. OLE color: 1959945.
HSL color Cylindrical-coordinate representation of color #09E81D: hue angle of 125.38º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E81D is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 232 | 29 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.09 |
| HSL | 125.38º | 0.93% | 0.47% | - |
| HSV(B) | 125.38º | 0.96% | 0.91% | - |
| XYZ | 29.19 | 57.86 | 10.79 | - |
| YUV | 142.18 | 64.12 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 232 | 29 | 0.96 | 0 | 0.88 | 0.09 | 125.38 | 0.93 | 0.47 |
| Hex | 9 | E8 | 1D | 60 | 0 | 58 | 9 | 7D | 5D | 2F |
| Octal | 11 | 350 | 35 | 140 | 0 | 130 | 11 | 175 | 135 | 57 |
| Binary | 1001 | 11101000 | 11101 | 1100000 | 0 | 1011000 | 1001 | 1111101 | 1011101 | 101111 |
Color Harmonies of #09E81D
Complementary color
Monochromatic Colors of #09E81D
Black with #09E81D
Text Example
Text Example
White with #09E81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E81D; }
p { color: rgb(9,232,29); }
H1.HeaderClassName
{
color: #09E81D;
}
.AnyTagClassName
{
color: #09E81D;
}
</style>
background-color css
<style>
a { background-color: #09E81D; }
a { background-color: rgb(9,232,29); }
div.DivClassName
{
background-color: #09E81D;
}
.BgClassName
{
background-color: #09E81D;
}
</style>
border-color css
<style>
span { border-color: #09E81D; }
span { border-color: rgb(9,232,29); }
td.TdClassName
{
border-color: #09E81D;
}
.TagClassName
{
border-color: #09E81D;
}
</style>