Shades of Free Speech Green #09DB09
Tints of Free Speech Green #09DB09
RGB
CMYK
RGB Variations
Color information
#09DB09 (or 0x09DB09) is known color: Free Speech Green. HEX triplet: 09, DB and 09. RGB value is (9,219,9). Sum of RGB (Red+Green+Blue) = 9+219+9=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 219 (85.94% from 255 or 92.41% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 219 - color contains mainly: green. Hex color #09DB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DB09 is #F624F6. Grayscale: #848484. Windows color (decimal): -16131319 or 645897. OLE color: 645897.
HSL color Cylindrical-coordinate representation of color #09DB09: hue angle of 120º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DB09 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 219 | 9 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.14 |
| HSL | 120º | 0.92% | 0.45% | - |
| HSV(B) | 120º | 0.96% | 0.86% | - |
| XYZ | 25.49 | 50.74 | 8.71 | - |
| YUV | 132.27 | 58.43 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 9 | 0.96 | 0 | 0.96 | 0.14 | 120 | 0.92 | 0.45 |
| Hex | 9 | DB | 9 | 60 | 0 | 60 | E | 78 | 5C | 2D |
| Octal | 11 | 333 | 11 | 140 | 0 | 140 | 16 | 170 | 134 | 55 |
| Binary | 1001 | 11011011 | 1001 | 1100000 | 0 | 1100000 | 1110 | 1111000 | 1011100 | 101101 |
Color Harmonies of #09DB09
Complementary color
Monochromatic Colors of #09DB09
Black with #09DB09
Text Example
Text Example
White with #09DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DB09; }
p { color: rgb(9,219,9); }
H1.HeaderClassName
{
color: #09DB09;
}
.AnyTagClassName
{
color: #09DB09;
}
</style>
background-color css
<style>
a { background-color: #09DB09; }
a { background-color: rgb(9,219,9); }
div.DivClassName
{
background-color: #09DB09;
}
.BgClassName
{
background-color: #09DB09;
}
</style>
border-color css
<style>
span { border-color: #09DB09; }
span { border-color: rgb(9,219,9); }
td.TdClassName
{
border-color: #09DB09;
}
.TagClassName
{
border-color: #09DB09;
}
</style>