Shades of Free Speech Green #09EE14
Tints of Free Speech Green #09EE14
RGB
CMYK
RGB Variations
Color information
#09EE14 (or 0x09EE14) is known color: Free Speech Green. HEX triplet: 09, EE and 14. RGB value is (9,238,20). Sum of RGB (Red+Green+Blue) = 9+238+20=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 238 (93.36% from 255 or 89.14% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 238 - color contains mainly: green. Hex color #09EE14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EE14 is #F611EB. Grayscale: #919191. Windows color (decimal): -16126444 or 1371657. OLE color: 1371657.
HSL color Cylindrical-coordinate representation of color #09EE14: hue angle of 122.88º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EE14 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 238 | 20 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.07 |
| HSL | 122.88º | 0.93% | 0.48% | - |
| HSV(B) | 122.88º | 0.96% | 0.93% | - |
| XYZ | 30.81 | 61.26 | 10.86 | - |
| YUV | 144.68 | 57.63 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 20 | 0.96 | 0 | 0.92 | 0.07 | 122.88 | 0.93 | 0.48 |
| Hex | 9 | EE | 14 | 60 | 0 | 5C | 7 | 7B | 5D | 30 |
| Octal | 11 | 356 | 24 | 140 | 0 | 134 | 7 | 173 | 135 | 60 |
| Binary | 1001 | 11101110 | 10100 | 1100000 | 0 | 1011100 | 111 | 1111011 | 1011101 | 110000 |
Color Harmonies of #09EE14
Complementary color
Monochromatic Colors of #09EE14
Black with #09EE14
Text Example
Text Example
White with #09EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EE14; }
p { color: rgb(9,238,20); }
H1.HeaderClassName
{
color: #09EE14;
}
.AnyTagClassName
{
color: #09EE14;
}
</style>
background-color css
<style>
a { background-color: #09EE14; }
a { background-color: rgb(9,238,20); }
div.DivClassName
{
background-color: #09EE14;
}
.BgClassName
{
background-color: #09EE14;
}
</style>
border-color css
<style>
span { border-color: #09EE14; }
span { border-color: rgb(9,238,20); }
td.TdClassName
{
border-color: #09EE14;
}
.TagClassName
{
border-color: #09EE14;
}
</style>