Shades of Free Speech Green #09D319
Tints of Free Speech Green #09D319
RGB
CMYK
RGB Variations
Color information
#09D319 (or 0x09D319) is known color: Free Speech Green. HEX triplet: 09, D3 and 19. RGB value is (9,211,25). Sum of RGB (Red+Green+Blue) = 9+211+25=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 211 (82.81% from 255 or 86.12% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 211 - color contains mainly: green. Hex color #09D319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D319 is #F62CE6. Grayscale: #818181. Windows color (decimal): -16133351 or 1692425. OLE color: 1692425.
HSL color Cylindrical-coordinate representation of color #09D319: hue angle of 124.75º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D319 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 211 | 25 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.17 |
| HSL | 124.75º | 0.92% | 0.43% | - |
| HSV(B) | 124.75º | 0.96% | 0.83% | - |
| XYZ | 23.58 | 46.72 | 8.69 | - |
| YUV | 129.4 | 69.08 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 211 | 25 | 0.96 | 0 | 0.88 | 0.17 | 124.75 | 0.92 | 0.43 |
| Hex | 9 | D3 | 19 | 60 | 0 | 58 | 11 | 7D | 5C | 2B |
| Octal | 11 | 323 | 31 | 140 | 0 | 130 | 21 | 175 | 134 | 53 |
| Binary | 1001 | 11010011 | 11001 | 1100000 | 0 | 1011000 | 10001 | 1111101 | 1011100 | 101011 |
Color Harmonies of #09D319
Complementary color
Monochromatic Colors of #09D319
Black with #09D319
Text Example
Text Example
White with #09D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D319; }
p { color: rgb(9,211,25); }
H1.HeaderClassName
{
color: #09D319;
}
.AnyTagClassName
{
color: #09D319;
}
</style>
background-color css
<style>
a { background-color: #09D319; }
a { background-color: rgb(9,211,25); }
div.DivClassName
{
background-color: #09D319;
}
.BgClassName
{
background-color: #09D319;
}
</style>
border-color css
<style>
span { border-color: #09D319; }
span { border-color: rgb(9,211,25); }
td.TdClassName
{
border-color: #09D319;
}
.TagClassName
{
border-color: #09D319;
}
</style>