Shades of Free Speech Green #09EF14
Tints of Free Speech Green #09EF14
RGB
CMYK
RGB Variations
Color information
#09EF14 (or 0x09EF14) is known color: Free Speech Green. HEX triplet: 09, EF and 14. RGB value is (9,239,20). Sum of RGB (Red+Green+Blue) = 9+239+20=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 239 (93.75% from 255 or 89.18% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 239 - color contains mainly: green. Hex color #09EF14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EF14 is #F610EB. Grayscale: #919191. Windows color (decimal): -16126188 or 1371913. OLE color: 1371913.
HSL color Cylindrical-coordinate representation of color #09EF14: hue angle of 122.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EF14 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 239 | 20 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.06 |
| HSL | 122.87º | 0.93% | 0.49% | - |
| HSV(B) | 122.87º | 0.96% | 0.94% | - |
| XYZ | 31.11 | 61.84 | 10.96 | - |
| YUV | 145.26 | 57.3 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 20 | 0.96 | 0 | 0.92 | 0.06 | 122.87 | 0.93 | 0.49 |
| Hex | 9 | EF | 14 | 60 | 0 | 5C | 6 | 7B | 5D | 31 |
| Octal | 11 | 357 | 24 | 140 | 0 | 134 | 6 | 173 | 135 | 61 |
| Binary | 1001 | 11101111 | 10100 | 1100000 | 0 | 1011100 | 110 | 1111011 | 1011101 | 110001 |
Color Harmonies of #09EF14
Complementary color
Monochromatic Colors of #09EF14
Black with #09EF14
Text Example
Text Example
White with #09EF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EF14; }
p { color: rgb(9,239,20); }
H1.HeaderClassName
{
color: #09EF14;
}
.AnyTagClassName
{
color: #09EF14;
}
</style>
background-color css
<style>
a { background-color: #09EF14; }
a { background-color: rgb(9,239,20); }
div.DivClassName
{
background-color: #09EF14;
}
.BgClassName
{
background-color: #09EF14;
}
</style>
border-color css
<style>
span { border-color: #09EF14; }
span { border-color: rgb(9,239,20); }
td.TdClassName
{
border-color: #09EF14;
}
.TagClassName
{
border-color: #09EF14;
}
</style>