Shades of Free Speech Green #09E01D
Tints of Free Speech Green #09E01D
RGB
CMYK
RGB Variations
Color information
#09E01D (or 0x09E01D) is known color: Free Speech Green. HEX triplet: 09, E0 and 1D. RGB value is (9,224,29). Sum of RGB (Red+Green+Blue) = 9+224+29=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 224 (87.89% from 255 or 85.50% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 224 - color contains mainly: green. Hex color #09E01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E01D is #F61FE2. Grayscale: #8A8A8A. Windows color (decimal): -16130019 or 1957897. OLE color: 1957897.
HSL color Cylindrical-coordinate representation of color #09E01D: hue angle of 125.58º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E01D is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 29 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.12 |
| HSL | 125.58º | 0.92% | 0.46% | - |
| HSV(B) | 125.58º | 0.96% | 0.88% | - |
| XYZ | 26.99 | 53.46 | 10.06 | - |
| YUV | 137.49 | 66.77 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 29 | 0.96 | 0 | 0.87 | 0.12 | 125.58 | 0.92 | 0.46 |
| Hex | 9 | E0 | 1D | 60 | 0 | 57 | C | 7E | 5C | 2E |
| Octal | 11 | 340 | 35 | 140 | 0 | 127 | 14 | 176 | 134 | 56 |
| Binary | 1001 | 11100000 | 11101 | 1100000 | 0 | 1010111 | 1100 | 1111110 | 1011100 | 101110 |
Color Harmonies of #09E01D
Complementary color
Monochromatic Colors of #09E01D
Black with #09E01D
Text Example
Text Example
White with #09E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E01D; }
p { color: rgb(9,224,29); }
H1.HeaderClassName
{
color: #09E01D;
}
.AnyTagClassName
{
color: #09E01D;
}
</style>
background-color css
<style>
a { background-color: #09E01D; }
a { background-color: rgb(9,224,29); }
div.DivClassName
{
background-color: #09E01D;
}
.BgClassName
{
background-color: #09E01D;
}
</style>
border-color css
<style>
span { border-color: #09E01D; }
span { border-color: rgb(9,224,29); }
td.TdClassName
{
border-color: #09E01D;
}
.TagClassName
{
border-color: #09E01D;
}
</style>