Shades of Free Speech Green #09D908
Tints of Free Speech Green #09D908
RGB
CMYK
RGB Variations
Color information
#09D908 (or 0x09D908) is known color: Free Speech Green. HEX triplet: 09, D9 and 08. RGB value is (9,217,8). Sum of RGB (Red+Green+Blue) = 9+217+8=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 217 (85.16% from 255 or 92.74% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 217 - color contains mainly: green. Hex color #09D908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D908 is #F626F7. Grayscale: #838383. Windows color (decimal): -16131832 or 579849. OLE color: 579849.
HSL color Cylindrical-coordinate representation of color #09D908: hue angle of 119.71º 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 #09D908 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 217 | 8 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.15 |
| HSL | 119.71º | 0.93% | 0.44% | - |
| HSV(B) | 119.71º | 0.96% | 0.85% | - |
| XYZ | 24.97 | 49.7 | 8.51 | - |
| YUV | 130.98 | 58.59 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 217 | 8 | 0.96 | 0 | 0.96 | 0.15 | 119.71 | 0.93 | 0.44 |
| Hex | 9 | D9 | 8 | 60 | 0 | 60 | F | 78 | 5D | 2C |
| Octal | 11 | 331 | 10 | 140 | 0 | 140 | 17 | 170 | 135 | 54 |
| Binary | 1001 | 11011001 | 1000 | 1100000 | 0 | 1100000 | 1111 | 1111000 | 1011101 | 101100 |
Color Harmonies of #09D908
Complementary color
Monochromatic Colors of #09D908
Black with #09D908
Text Example
Text Example
White with #09D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D908; }
p { color: rgb(9,217,8); }
H1.HeaderClassName
{
color: #09D908;
}
.AnyTagClassName
{
color: #09D908;
}
</style>
background-color css
<style>
a { background-color: #09D908; }
a { background-color: rgb(9,217,8); }
div.DivClassName
{
background-color: #09D908;
}
.BgClassName
{
background-color: #09D908;
}
</style>
border-color css
<style>
span { border-color: #09D908; }
span { border-color: rgb(9,217,8); }
td.TdClassName
{
border-color: #09D908;
}
.TagClassName
{
border-color: #09D908;
}
</style>