Shades of Free Speech Green #08D90D
Tints of Free Speech Green #08D90D
RGB
CMYK
RGB Variations
Color information
#08D90D (or 0x08D90D) is known color: Free Speech Green. HEX triplet: 08, D9 and 0D. RGB value is (8,217,13). Sum of RGB (Red+Green+Blue) = 8+217+13=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 217 (85.16% from 255 or 91.18% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 217 - color contains mainly: green. Hex color #08D90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08D90D is #F726F2. Grayscale: #838383. Windows color (decimal): -16197363 or 907528. OLE color: 907528.
HSL color Cylindrical-coordinate representation of color #08D90D: hue angle of 121.44º 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 #08D90D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 217 | 13 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.15 |
| HSL | 121.44º | 0.93% | 0.44% | - |
| HSV(B) | 121.44º | 0.96% | 0.85% | - |
| XYZ | 24.99 | 49.71 | 8.66 | - |
| YUV | 131.25 | 61.26 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 217 | 13 | 0.96 | 0 | 0.94 | 0.15 | 121.44 | 0.93 | 0.44 |
| Hex | 8 | D9 | D | 60 | 0 | 5E | F | 79 | 5D | 2C |
| Octal | 10 | 331 | 15 | 140 | 0 | 136 | 17 | 171 | 135 | 54 |
| Binary | 1000 | 11011001 | 1101 | 1100000 | 0 | 1011110 | 1111 | 1111001 | 1011101 | 101100 |
Color Harmonies of #08D90D
Complementary color
Monochromatic Colors of #08D90D
Black with #08D90D
Text Example
Text Example
White with #08D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D90D; }
p { color: rgb(8,217,13); }
H1.HeaderClassName
{
color: #08D90D;
}
.AnyTagClassName
{
color: #08D90D;
}
</style>
background-color css
<style>
a { background-color: #08D90D; }
a { background-color: rgb(8,217,13); }
div.DivClassName
{
background-color: #08D90D;
}
.BgClassName
{
background-color: #08D90D;
}
</style>
border-color css
<style>
span { border-color: #08D90D; }
span { border-color: rgb(8,217,13); }
td.TdClassName
{
border-color: #08D90D;
}
.TagClassName
{
border-color: #08D90D;
}
</style>