Shades of Free Speech Green #26DB09
Tints of Free Speech Green #26DB09
RGB
CMYK
RGB Variations
Color information
#26DB09 (or 0x26DB09) is known color: Free Speech Green. HEX triplet: 26, DB and 09. RGB value is (38,219,9). Sum of RGB (Red+Green+Blue) = 38+219+9=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 219 (85.94% from 255 or 82.33% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 219 - color contains mainly: green. Hex color #26DB09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DB09 is #D924F6. Grayscale: #8D8D8D. Windows color (decimal): -14230775 or 645926. OLE color: 645926.
HSL color Cylindrical-coordinate representation of color #26DB09: hue angle of 111.71º 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 #26DB09 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 219 | 9 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.14 |
| HSL | 111.71º | 0.92% | 0.45% | - |
| HSV(B) | 111.71º | 0.96% | 0.86% | - |
| XYZ | 26.18 | 51.09 | 8.74 | - |
| YUV | 140.94 | 53.53 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 9 | 0.83 | 0 | 0.96 | 0.14 | 111.71 | 0.92 | 0.45 |
| Hex | 26 | DB | 9 | 53 | 0 | 60 | E | 70 | 5C | 2D |
| Octal | 46 | 333 | 11 | 123 | 0 | 140 | 16 | 160 | 134 | 55 |
| Binary | 100110 | 11011011 | 1001 | 1010011 | 0 | 1100000 | 1110 | 1110000 | 1011100 | 101101 |
Color Harmonies of #26DB09
Complementary color
Monochromatic Colors of #26DB09
Black with #26DB09
Text Example
Text Example
White with #26DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DB09; }
p { color: rgb(38,219,9); }
H1.HeaderClassName
{
color: #26DB09;
}
.AnyTagClassName
{
color: #26DB09;
}
</style>
background-color css
<style>
a { background-color: #26DB09; }
a { background-color: rgb(38,219,9); }
div.DivClassName
{
background-color: #26DB09;
}
.BgClassName
{
background-color: #26DB09;
}
</style>
border-color css
<style>
span { border-color: #26DB09; }
span { border-color: rgb(38,219,9); }
td.TdClassName
{
border-color: #26DB09;
}
.TagClassName
{
border-color: #26DB09;
}
</style>