Shades of Free Speech Green #08D901
Tints of Free Speech Green #08D901
RGB
CMYK
RGB Variations
Color information
#08D901 (or 0x08D901) is known color: Free Speech Green. HEX triplet: 08, D9 and 01. RGB value is (8,217,1). Sum of RGB (Red+Green+Blue) = 8+217+1=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 217 (85.16% from 255 or 96.02% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 217 - color contains mainly: green. Hex color #08D901 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08D901 is #F726FE. Grayscale: #828282. Windows color (decimal): -16197375 or 121096. OLE color: 121096.
HSL color Cylindrical-coordinate representation of color #08D901: hue angle of 118.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08D901 is Cyan = 0.96, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 217 | 1 | - |
| CMYK | 0.96 | 0 | 1.00 | 0.15 |
| HSL | 118.06º | 0.99% | 0.43% | - |
| HSV(B) | 118.06º | 1% | 0.85% | - |
| XYZ | 24.92 | 49.68 | 8.3 | - |
| YUV | 129.89 | 55.26 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 217 | 1 | 0.96 | 0 | 1.00 | 0.15 | 118.06 | 0.99 | 0.43 |
| Hex | 8 | D9 | 1 | 60 | 0 | 64 | F | 76 | 63 | 2B |
| Octal | 10 | 331 | 1 | 140 | 0 | 144 | 17 | 166 | 143 | 53 |
| Binary | 1000 | 11011001 | 1 | 1100000 | 0 | 1100100 | 1111 | 1110110 | 1100011 | 101011 |
Color Harmonies of #08D901
Complementary color
Monochromatic Colors of #08D901
Black with #08D901
Text Example
Text Example
White with #08D901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D901; }
p { color: rgb(8,217,1); }
H1.HeaderClassName
{
color: #08D901;
}
.AnyTagClassName
{
color: #08D901;
}
</style>
background-color css
<style>
a { background-color: #08D901; }
a { background-color: rgb(8,217,1); }
div.DivClassName
{
background-color: #08D901;
}
.BgClassName
{
background-color: #08D901;
}
</style>
border-color css
<style>
span { border-color: #08D901; }
span { border-color: rgb(8,217,1); }
td.TdClassName
{
border-color: #08D901;
}
.TagClassName
{
border-color: #08D901;
}
</style>