Shades of Free Speech Green #09FF14
Tints of Free Speech Green #09FF14
RGB
CMYK
RGB Variations
Color information
#09FF14 (or 0x09FF14) is known color: Free Speech Green. HEX triplet: 09, FF and 14. RGB value is (9,255,20). Sum of RGB (Red+Green+Blue) = 9+255+20=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 255 (100% from 255 or 89.79% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FF14 is #F600EB. Grayscale: #9B9B9B. Windows color (decimal): -16122092 or 1376009. OLE color: 1376009.
HSL color Cylindrical-coordinate representation of color #09FF14: hue angle of 122.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FF14 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 20 | - |
| CMYK | 0.96 | 0 | 0.92 | 0 |
| HSL | 122.68º | 1% | 0.52% | - |
| HSV(B) | 122.68º | 0.96% | 1% | - |
| XYZ | 36 | 71.63 | 12.59 | - |
| YUV | 154.66 | 52 | 24.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 20 | 0.96 | 0 | 0.92 | 0 | 122.68 | 1 | 0.52 |
| Hex | 9 | FF | 14 | 60 | 0 | 5C | 0 | 7B | 64 | 34 |
| Octal | 11 | 377 | 24 | 140 | 0 | 134 | 0 | 173 | 144 | 64 |
| Binary | 1001 | 11111111 | 10100 | 1100000 | 0 | 1011100 | 0 | 1111011 | 1100100 | 110100 |
Color Harmonies of #09FF14
Complementary color
Monochromatic Colors of #09FF14
Black with #09FF14
Text Example
Text Example
White with #09FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FF14; }
p { color: rgb(9,255,20); }
H1.HeaderClassName
{
color: #09FF14;
}
.AnyTagClassName
{
color: #09FF14;
}
</style>
background-color css
<style>
a { background-color: #09FF14; }
a { background-color: rgb(9,255,20); }
div.DivClassName
{
background-color: #09FF14;
}
.BgClassName
{
background-color: #09FF14;
}
</style>
border-color css
<style>
span { border-color: #09FF14; }
span { border-color: rgb(9,255,20); }
td.TdClassName
{
border-color: #09FF14;
}
.TagClassName
{
border-color: #09FF14;
}
</style>