Shades of Free Speech Green #08D921
Tints of Free Speech Green #08D921
RGB
CMYK
RGB Variations
Color information
#08D921 (or 0x08D921) is known color: Free Speech Green. HEX triplet: 08, D9 and 21. RGB value is (8,217,33). Sum of RGB (Red+Green+Blue) = 8+217+33=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 217 (85.16% from 255 or 84.11% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 217 - color contains mainly: green. Hex color #08D921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D921 is #F726DE. Grayscale: #868686. Windows color (decimal): -16197343 or 2218248. OLE color: 2218248.
HSL color Cylindrical-coordinate representation of color #08D921: hue angle of 127.18º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D921 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 217 | 33 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.15 |
| HSL | 127.18º | 0.93% | 0.44% | - |
| HSV(B) | 127.18º | 0.96% | 0.85% | - |
| XYZ | 25.19 | 49.79 | 9.72 | - |
| YUV | 133.53 | 71.26 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 217 | 33 | 0.96 | 0 | 0.85 | 0.15 | 127.18 | 0.93 | 0.44 |
| Hex | 8 | D9 | 21 | 60 | 0 | 55 | F | 7F | 5D | 2C |
| Octal | 10 | 331 | 41 | 140 | 0 | 125 | 17 | 177 | 135 | 54 |
| Binary | 1000 | 11011001 | 100001 | 1100000 | 0 | 1010101 | 1111 | 1111111 | 1011101 | 101100 |
Color Harmonies of #08D921
Complementary color
Monochromatic Colors of #08D921
Black with #08D921
Text Example
Text Example
White with #08D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D921; }
p { color: rgb(8,217,33); }
H1.HeaderClassName
{
color: #08D921;
}
.AnyTagClassName
{
color: #08D921;
}
</style>
background-color css
<style>
a { background-color: #08D921; }
a { background-color: rgb(8,217,33); }
div.DivClassName
{
background-color: #08D921;
}
.BgClassName
{
background-color: #08D921;
}
</style>
border-color css
<style>
span { border-color: #08D921; }
span { border-color: rgb(8,217,33); }
td.TdClassName
{
border-color: #08D921;
}
.TagClassName
{
border-color: #08D921;
}
</style>