Shades of Free Speech Green #09D620
Tints of Free Speech Green #09D620
RGB
CMYK
RGB Variations
Color information
#09D620 (or 0x09D620) is known color: Free Speech Green. HEX triplet: 09, D6 and 20. RGB value is (9,214,32). Sum of RGB (Red+Green+Blue) = 9+214+32=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #09D620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D620 is #F629DF. Grayscale: #848484. Windows color (decimal): -16132576 or 2151945. OLE color: 2151945.
HSL color Cylindrical-coordinate representation of color #09D620: hue angle of 126.73º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D620 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 214 | 32 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.16 |
| HSL | 126.73º | 0.92% | 0.44% | - |
| HSV(B) | 126.73º | 0.96% | 0.84% | - |
| XYZ | 24.42 | 48.26 | 9.39 | - |
| YUV | 131.96 | 71.58 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 32 | 0.96 | 0 | 0.85 | 0.16 | 126.73 | 0.92 | 0.44 |
| Hex | 9 | D6 | 20 | 60 | 0 | 55 | 10 | 7F | 5C | 2C |
| Octal | 11 | 326 | 40 | 140 | 0 | 125 | 20 | 177 | 134 | 54 |
| Binary | 1001 | 11010110 | 100000 | 1100000 | 0 | 1010101 | 10000 | 1111111 | 1011100 | 101100 |
Color Harmonies of #09D620
Complementary color
Monochromatic Colors of #09D620
Black with #09D620
Text Example
Text Example
White with #09D620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D620; }
p { color: rgb(9,214,32); }
H1.HeaderClassName
{
color: #09D620;
}
.AnyTagClassName
{
color: #09D620;
}
</style>
background-color css
<style>
a { background-color: #09D620; }
a { background-color: rgb(9,214,32); }
div.DivClassName
{
background-color: #09D620;
}
.BgClassName
{
background-color: #09D620;
}
</style>
border-color css
<style>
span { border-color: #09D620; }
span { border-color: rgb(9,214,32); }
td.TdClassName
{
border-color: #09D620;
}
.TagClassName
{
border-color: #09D620;
}
</style>