Shades of Free Speech Green #09E41C
Tints of Free Speech Green #09E41C
RGB
CMYK
RGB Variations
Color information
#09E41C (or 0x09E41C) is known color: Free Speech Green. HEX triplet: 09, E4 and 1C. RGB value is (9,228,28). Sum of RGB (Red+Green+Blue) = 9+228+28=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 228 (89.45% from 255 or 86.04% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 228 - color contains mainly: green. Hex color #09E41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E41C is #F61BE3. Grayscale: #8C8C8C. Windows color (decimal): -16128996 or 1893385. OLE color: 1893385.
HSL color Cylindrical-coordinate representation of color #09E41C: hue angle of 125.21º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E41C is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 228 | 28 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.11 |
| HSL | 125.21º | 0.92% | 0.46% | - |
| HSV(B) | 125.21º | 0.96% | 0.89% | - |
| XYZ | 28.07 | 55.63 | 10.36 | - |
| YUV | 139.72 | 64.95 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 228 | 28 | 0.96 | 0 | 0.88 | 0.11 | 125.21 | 0.92 | 0.46 |
| Hex | 9 | E4 | 1C | 60 | 0 | 58 | B | 7D | 5C | 2E |
| Octal | 11 | 344 | 34 | 140 | 0 | 130 | 13 | 175 | 134 | 56 |
| Binary | 1001 | 11100100 | 11100 | 1100000 | 0 | 1011000 | 1011 | 1111101 | 1011100 | 101110 |
Color Harmonies of #09E41C
Complementary color
Monochromatic Colors of #09E41C
Black with #09E41C
Text Example
Text Example
White with #09E41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E41C; }
p { color: rgb(9,228,28); }
H1.HeaderClassName
{
color: #09E41C;
}
.AnyTagClassName
{
color: #09E41C;
}
</style>
background-color css
<style>
a { background-color: #09E41C; }
a { background-color: rgb(9,228,28); }
div.DivClassName
{
background-color: #09E41C;
}
.BgClassName
{
background-color: #09E41C;
}
</style>
border-color css
<style>
span { border-color: #09E41C; }
span { border-color: rgb(9,228,28); }
td.TdClassName
{
border-color: #09E41C;
}
.TagClassName
{
border-color: #09E41C;
}
</style>