Shades of Free Speech Green #17DB0B
Tints of Free Speech Green #17DB0B
RGB
CMYK
RGB Variations
Color information
#17DB0B (or 0x17DB0B) is known color: Free Speech Green. HEX triplet: 17, DB and 0B. RGB value is (23,219,11). Sum of RGB (Red+Green+Blue) = 23+219+11=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 219 (85.94% from 255 or 86.56% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 219 - color contains mainly: green. Hex color #17DB0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17DB0B is #E824F4. Grayscale: #898989. Windows color (decimal): -15213813 or 776983. OLE color: 776983.
HSL color Cylindrical-coordinate representation of color #17DB0B: hue angle of 116.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17DB0B is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 11 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.14 |
| HSL | 116.54º | 0.9% | 0.45% | - |
| HSV(B) | 116.54º | 0.95% | 0.86% | - |
| XYZ | 25.75 | 50.87 | 8.78 | - |
| YUV | 136.68 | 57.07 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 11 | 0.89 | 0 | 0.95 | 0.14 | 116.54 | 0.9 | 0.45 |
| Hex | 17 | DB | B | 59 | 0 | 5F | E | 75 | 5A | 2D |
| Octal | 27 | 333 | 13 | 131 | 0 | 137 | 16 | 165 | 132 | 55 |
| Binary | 10111 | 11011011 | 1011 | 1011001 | 0 | 1011111 | 1110 | 1110101 | 1011010 | 101101 |
Color Harmonies of #17DB0B
Complementary color
Monochromatic Colors of #17DB0B
Black with #17DB0B
Text Example
Text Example
White with #17DB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DB0B; }
p { color: rgb(23,219,11); }
H1.HeaderClassName
{
color: #17DB0B;
}
.AnyTagClassName
{
color: #17DB0B;
}
</style>
background-color css
<style>
a { background-color: #17DB0B; }
a { background-color: rgb(23,219,11); }
div.DivClassName
{
background-color: #17DB0B;
}
.BgClassName
{
background-color: #17DB0B;
}
</style>
border-color css
<style>
span { border-color: #17DB0B; }
span { border-color: rgb(23,219,11); }
td.TdClassName
{
border-color: #17DB0B;
}
.TagClassName
{
border-color: #17DB0B;
}
</style>