Shades of Free Speech Green #09D300
Tints of Free Speech Green #09D300
RGB
CMYK
RGB Variations
Color information
#09D300 (or 0x09D300) is known color: Free Speech Green. HEX triplet: 09, D3 and 00. RGB value is (9,211,0). Sum of RGB (Red+Green+Blue) = 9+211+0=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 211 (82.81% from 255 or 95.91% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 211 - color contains mainly: green. Hex color #09D300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D300 is #F62CFF. Grayscale: #7F7F7F. Windows color (decimal): -16133376 or 54025. OLE color: 54025.
HSL color Cylindrical-coordinate representation of color #09D300: hue angle of 117.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09D300 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 211 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.17 |
| HSL | 117.44º | 1% | 0.41% | - |
| HSV(B) | 117.44º | 1% | 0.83% | - |
| XYZ | 23.41 | 46.65 | 7.77 | - |
| YUV | 126.55 | 56.58 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 211 | 0 | 0.96 | 0 | 1 | 0.17 | 117.44 | 1 | 0.41 |
| Hex | 9 | D3 | 0 | 60 | 0 | 64 | 11 | 75 | 64 | 29 |
| Octal | 11 | 323 | 0 | 140 | 0 | 144 | 21 | 165 | 144 | 51 |
| Binary | 1001 | 11010011 | 0 | 1100000 | 0 | 1100100 | 10001 | 1110101 | 1100100 | 101001 |
Color Harmonies of #09D300
Complementary color
Monochromatic Colors of #09D300
Black with #09D300
Text Example
Text Example
White with #09D300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D300; }
p { color: rgb(9,211,0); }
H1.HeaderClassName
{
color: #09D300;
}
.AnyTagClassName
{
color: #09D300;
}
</style>
background-color css
<style>
a { background-color: #09D300; }
a { background-color: rgb(9,211,0); }
div.DivClassName
{
background-color: #09D300;
}
.BgClassName
{
background-color: #09D300;
}
</style>
border-color css
<style>
span { border-color: #09D300; }
span { border-color: rgb(9,211,0); }
td.TdClassName
{
border-color: #09D300;
}
.TagClassName
{
border-color: #09D300;
}
</style>