Shades of Free Speech Green #09E529
Tints of Free Speech Green #09E529
RGB
CMYK
RGB Variations
Color information
#09E529 (or 0x09E529) is known color: Free Speech Green. HEX triplet: 09, E5 and 29. RGB value is (9,229,41). Sum of RGB (Red+Green+Blue) = 9+229+41=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 229 (89.84% from 255 or 82.08% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 229 - color contains mainly: green. Hex color #09E529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E529 is #F61AD6. Grayscale: #8E8E8E. Windows color (decimal): -16128727 or 2745609. OLE color: 2745609.
HSL color Cylindrical-coordinate representation of color #09E529: hue angle of 128.73º 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 #09E529 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 229 | 41 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.10 |
| HSL | 128.73º | 0.92% | 0.47% | - |
| HSV(B) | 128.73º | 0.96% | 0.9% | - |
| XYZ | 28.53 | 56.26 | 11.45 | - |
| YUV | 141.79 | 71.11 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 229 | 41 | 0.96 | 0 | 0.82 | 0.10 | 128.73 | 0.92 | 0.47 |
| Hex | 9 | E5 | 29 | 60 | 0 | 52 | A | 81 | 5C | 2F |
| Octal | 11 | 345 | 51 | 140 | 0 | 122 | 12 | 201 | 134 | 57 |
| Binary | 1001 | 11100101 | 101001 | 1100000 | 0 | 1010010 | 1010 | 10000001 | 1011100 | 101111 |
Color Harmonies of #09E529
Complementary color
Monochromatic Colors of #09E529
Black with #09E529
Text Example
Text Example
White with #09E529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E529; }
p { color: rgb(9,229,41); }
H1.HeaderClassName
{
color: #09E529;
}
.AnyTagClassName
{
color: #09E529;
}
</style>
background-color css
<style>
a { background-color: #09E529; }
a { background-color: rgb(9,229,41); }
div.DivClassName
{
background-color: #09E529;
}
.BgClassName
{
background-color: #09E529;
}
</style>
border-color css
<style>
span { border-color: #09E529; }
span { border-color: rgb(9,229,41); }
td.TdClassName
{
border-color: #09E529;
}
.TagClassName
{
border-color: #09E529;
}
</style>