Shades of Free Speech Green #08D117
Tints of Free Speech Green #08D117
RGB
CMYK
RGB Variations
Color information
#08D117 (or 0x08D117) is known color: Free Speech Green. HEX triplet: 08, D1 and 17. RGB value is (8,209,23). Sum of RGB (Red+Green+Blue) = 8+209+23=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 209 (82.03% from 255 or 87.08% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 209 - color contains mainly: green. Hex color #08D117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08D117 is #F72EE8. Grayscale: #808080. Windows color (decimal): -16199401 or 1560840. OLE color: 1560840.
HSL color Cylindrical-coordinate representation of color #08D117: hue angle of 124.48º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D117 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 209 | 23 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.18 |
| HSL | 124.48º | 0.93% | 0.43% | - |
| HSV(B) | 124.48º | 0.96% | 0.82% | - |
| XYZ | 23.06 | 45.71 | 8.42 | - |
| YUV | 127.7 | 68.91 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 209 | 23 | 0.96 | 0 | 0.89 | 0.18 | 124.48 | 0.93 | 0.43 |
| Hex | 8 | D1 | 17 | 60 | 0 | 59 | 12 | 7C | 5D | 2B |
| Octal | 10 | 321 | 27 | 140 | 0 | 131 | 22 | 174 | 135 | 53 |
| Binary | 1000 | 11010001 | 10111 | 1100000 | 0 | 1011001 | 10010 | 1111100 | 1011101 | 101011 |
Color Harmonies of #08D117
Complementary color
Monochromatic Colors of #08D117
Black with #08D117
Text Example
Text Example
White with #08D117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D117; }
p { color: rgb(8,209,23); }
H1.HeaderClassName
{
color: #08D117;
}
.AnyTagClassName
{
color: #08D117;
}
</style>
background-color css
<style>
a { background-color: #08D117; }
a { background-color: rgb(8,209,23); }
div.DivClassName
{
background-color: #08D117;
}
.BgClassName
{
background-color: #08D117;
}
</style>
border-color css
<style>
span { border-color: #08D117; }
span { border-color: rgb(8,209,23); }
td.TdClassName
{
border-color: #08D117;
}
.TagClassName
{
border-color: #08D117;
}
</style>