Shades of Free Speech Green #09DD18
Tints of Free Speech Green #09DD18
RGB
CMYK
RGB Variations
Color information
#09DD18 (or 0x09DD18) is known color: Free Speech Green. HEX triplet: 09, DD and 18. RGB value is (9,221,24). Sum of RGB (Red+Green+Blue) = 9+221+24=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 221 (86.72% from 255 or 87.01% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD18 is #F622E7. Grayscale: #878787. Windows color (decimal): -16130792 or 1629449. OLE color: 1629449.
HSL color Cylindrical-coordinate representation of color #09DD18: hue angle of 124.25º 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 #09DD18 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 24 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.13 |
| HSL | 124.25º | 0.92% | 0.45% | - |
| HSV(B) | 124.25º | 0.96% | 0.87% | - |
| XYZ | 26.13 | 51.84 | 9.49 | - |
| YUV | 135.15 | 65.26 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 24 | 0.96 | 0 | 0.89 | 0.13 | 124.25 | 0.92 | 0.45 |
| Hex | 9 | DD | 18 | 60 | 0 | 59 | D | 7C | 5C | 2D |
| Octal | 11 | 335 | 30 | 140 | 0 | 131 | 15 | 174 | 134 | 55 |
| Binary | 1001 | 11011101 | 11000 | 1100000 | 0 | 1011001 | 1101 | 1111100 | 1011100 | 101101 |
Color Harmonies of #09DD18
Complementary color
Monochromatic Colors of #09DD18
Black with #09DD18
Text Example
Text Example
White with #09DD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD18; }
p { color: rgb(9,221,24); }
H1.HeaderClassName
{
color: #09DD18;
}
.AnyTagClassName
{
color: #09DD18;
}
</style>
background-color css
<style>
a { background-color: #09DD18; }
a { background-color: rgb(9,221,24); }
div.DivClassName
{
background-color: #09DD18;
}
.BgClassName
{
background-color: #09DD18;
}
</style>
border-color css
<style>
span { border-color: #09DD18; }
span { border-color: rgb(9,221,24); }
td.TdClassName
{
border-color: #09DD18;
}
.TagClassName
{
border-color: #09DD18;
}
</style>