Shades of Free Speech Green #09E013
Tints of Free Speech Green #09E013
RGB
CMYK
RGB Variations
Color information
#09E013 (or 0x09E013) is known color: Free Speech Green. HEX triplet: 09, E0 and 13. RGB value is (9,224,19). Sum of RGB (Red+Green+Blue) = 9+224+19=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 224 (87.89% from 255 or 88.89% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 224 - color contains mainly: green. Hex color #09E013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E013 is #F61FEC. Grayscale: #888888. Windows color (decimal): -16130029 or 1302537. OLE color: 1302537.
HSL color Cylindrical-coordinate representation of color #09E013: hue angle of 122.79º 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 #09E013 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 19 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.12 |
| HSL | 122.79º | 0.92% | 0.46% | - |
| HSV(B) | 122.79º | 0.96% | 0.88% | - |
| XYZ | 26.89 | 53.42 | 9.51 | - |
| YUV | 136.35 | 61.77 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 19 | 0.96 | 0 | 0.92 | 0.12 | 122.79 | 0.92 | 0.46 |
| Hex | 9 | E0 | 13 | 60 | 0 | 5C | C | 7B | 5C | 2E |
| Octal | 11 | 340 | 23 | 140 | 0 | 134 | 14 | 173 | 134 | 56 |
| Binary | 1001 | 11100000 | 10011 | 1100000 | 0 | 1011100 | 1100 | 1111011 | 1011100 | 101110 |
Color Harmonies of #09E013
Complementary color
Monochromatic Colors of #09E013
Black with #09E013
Text Example
Text Example
White with #09E013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E013; }
p { color: rgb(9,224,19); }
H1.HeaderClassName
{
color: #09E013;
}
.AnyTagClassName
{
color: #09E013;
}
</style>
background-color css
<style>
a { background-color: #09E013; }
a { background-color: rgb(9,224,19); }
div.DivClassName
{
background-color: #09E013;
}
.BgClassName
{
background-color: #09E013;
}
</style>
border-color css
<style>
span { border-color: #09E013; }
span { border-color: rgb(9,224,19); }
td.TdClassName
{
border-color: #09E013;
}
.TagClassName
{
border-color: #09E013;
}
</style>