Shades of Free Speech Green #08DD16
Tints of Free Speech Green #08DD16
RGB
CMYK
RGB Variations
Color information
#08DD16 (or 0x08DD16) is known color: Free Speech Green. HEX triplet: 08, DD and 16. RGB value is (8,221,22). Sum of RGB (Red+Green+Blue) = 8+221+22=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 221 (86.72% from 255 or 88.05% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 221 - color contains mainly: green. Hex color #08DD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08DD16 is #F722E9. Grayscale: #878787. Windows color (decimal): -16196330 or 1498376. OLE color: 1498376.
HSL color Cylindrical-coordinate representation of color #08DD16: hue angle of 123.94º degrees, saturation: 0.93, 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 #08DD16 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 221 | 22 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.13 |
| HSL | 123.94º | 0.93% | 0.45% | - |
| HSV(B) | 123.94º | 0.96% | 0.87% | - |
| XYZ | 26.1 | 51.82 | 9.39 | - |
| YUV | 134.63 | 64.43 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 221 | 22 | 0.96 | 0 | 0.90 | 0.13 | 123.94 | 0.93 | 0.45 |
| Hex | 8 | DD | 16 | 60 | 0 | 5A | D | 7C | 5D | 2D |
| Octal | 10 | 335 | 26 | 140 | 0 | 132 | 15 | 174 | 135 | 55 |
| Binary | 1000 | 11011101 | 10110 | 1100000 | 0 | 1011010 | 1101 | 1111100 | 1011101 | 101101 |
Color Harmonies of #08DD16
Complementary color
Monochromatic Colors of #08DD16
Black with #08DD16
Text Example
Text Example
White with #08DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DD16; }
p { color: rgb(8,221,22); }
H1.HeaderClassName
{
color: #08DD16;
}
.AnyTagClassName
{
color: #08DD16;
}
</style>
background-color css
<style>
a { background-color: #08DD16; }
a { background-color: rgb(8,221,22); }
div.DivClassName
{
background-color: #08DD16;
}
.BgClassName
{
background-color: #08DD16;
}
</style>
border-color css
<style>
span { border-color: #08DD16; }
span { border-color: rgb(8,221,22); }
td.TdClassName
{
border-color: #08DD16;
}
.TagClassName
{
border-color: #08DD16;
}
</style>