Shades of Free Speech Green #09DD14
Tints of Free Speech Green #09DD14
RGB
CMYK
RGB Variations
Color information
#09DD14 (or 0x09DD14) is known color: Free Speech Green. HEX triplet: 09, DD and 14. RGB value is (9,221,20). Sum of RGB (Red+Green+Blue) = 9+221+20=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 221 (86.72% from 255 or 88.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD14 is #F622EB. Grayscale: #878787. Windows color (decimal): -16130796 or 1367305. OLE color: 1367305.
HSL color Cylindrical-coordinate representation of color #09DD14: hue angle of 123.11º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DD14 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 20 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.13 |
| HSL | 123.11º | 0.92% | 0.45% | - |
| HSV(B) | 123.11º | 0.96% | 0.87% | - |
| XYZ | 26.1 | 51.82 | 9.29 | - |
| YUV | 134.7 | 63.26 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 20 | 0.96 | 0 | 0.91 | 0.13 | 123.11 | 0.92 | 0.45 |
| Hex | 9 | DD | 14 | 60 | 0 | 5B | D | 7B | 5C | 2D |
| Octal | 11 | 335 | 24 | 140 | 0 | 133 | 15 | 173 | 134 | 55 |
| Binary | 1001 | 11011101 | 10100 | 1100000 | 0 | 1011011 | 1101 | 1111011 | 1011100 | 101101 |
Color Harmonies of #09DD14
Complementary color
Monochromatic Colors of #09DD14
Black with #09DD14
Text Example
Text Example
White with #09DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD14; }
p { color: rgb(9,221,20); }
H1.HeaderClassName
{
color: #09DD14;
}
.AnyTagClassName
{
color: #09DD14;
}
</style>
background-color css
<style>
a { background-color: #09DD14; }
a { background-color: rgb(9,221,20); }
div.DivClassName
{
background-color: #09DD14;
}
.BgClassName
{
background-color: #09DD14;
}
</style>
border-color css
<style>
span { border-color: #09DD14; }
span { border-color: rgb(9,221,20); }
td.TdClassName
{
border-color: #09DD14;
}
.TagClassName
{
border-color: #09DD14;
}
</style>