Shades of Free Speech Green #09E21C
Tints of Free Speech Green #09E21C
RGB
CMYK
RGB Variations
Color information
#09E21C (or 0x09E21C) is known color: Free Speech Green. HEX triplet: 09, E2 and 1C. RGB value is (9,226,28). Sum of RGB (Red+Green+Blue) = 9+226+28=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 226 (88.67% from 255 or 85.93% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 226 - color contains mainly: green. Hex color #09E21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E21C is #F61DE3. Grayscale: #8B8B8B. Windows color (decimal): -16129508 or 1892873. OLE color: 1892873.
HSL color Cylindrical-coordinate representation of color #09E21C: hue angle of 125.25º 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 #09E21C is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 226 | 28 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.11 |
| HSL | 125.25º | 0.92% | 0.46% | - |
| HSV(B) | 125.25º | 0.96% | 0.89% | - |
| XYZ | 27.52 | 54.53 | 10.17 | - |
| YUV | 138.55 | 65.61 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 226 | 28 | 0.96 | 0 | 0.88 | 0.11 | 125.25 | 0.92 | 0.46 |
| Hex | 9 | E2 | 1C | 60 | 0 | 58 | B | 7D | 5C | 2E |
| Octal | 11 | 342 | 34 | 140 | 0 | 130 | 13 | 175 | 134 | 56 |
| Binary | 1001 | 11100010 | 11100 | 1100000 | 0 | 1011000 | 1011 | 1111101 | 1011100 | 101110 |
Color Harmonies of #09E21C
Complementary color
Monochromatic Colors of #09E21C
Black with #09E21C
Text Example
Text Example
White with #09E21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E21C; }
p { color: rgb(9,226,28); }
H1.HeaderClassName
{
color: #09E21C;
}
.AnyTagClassName
{
color: #09E21C;
}
</style>
background-color css
<style>
a { background-color: #09E21C; }
a { background-color: rgb(9,226,28); }
div.DivClassName
{
background-color: #09E21C;
}
.BgClassName
{
background-color: #09E21C;
}
</style>
border-color css
<style>
span { border-color: #09E21C; }
span { border-color: rgb(9,226,28); }
td.TdClassName
{
border-color: #09E21C;
}
.TagClassName
{
border-color: #09E21C;
}
</style>