Shades of Free Speech Green #09D613
Tints of Free Speech Green #09D613
RGB
CMYK
RGB Variations
Color information
#09D613 (or 0x09D613) is known color: Free Speech Green. HEX triplet: 09, D6 and 13. RGB value is (9,214,19). Sum of RGB (Red+Green+Blue) = 9+214+19=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 214 (83.98% from 255 or 88.43% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 214 - color contains mainly: green. Hex color #09D613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D613 is #F629EC. Grayscale: #838383. Windows color (decimal): -16132589 or 1299977. OLE color: 1299977.
HSL color Cylindrical-coordinate representation of color #09D613: hue angle of 122.93º 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 #09D613 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 214 | 19 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.16 |
| HSL | 122.93º | 0.92% | 0.44% | - |
| HSV(B) | 122.93º | 0.96% | 0.84% | - |
| XYZ | 24.28 | 48.2 | 8.64 | - |
| YUV | 130.48 | 65.08 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 19 | 0.96 | 0 | 0.91 | 0.16 | 122.93 | 0.92 | 0.44 |
| Hex | 9 | D6 | 13 | 60 | 0 | 5B | 10 | 7B | 5C | 2C |
| Octal | 11 | 326 | 23 | 140 | 0 | 133 | 20 | 173 | 134 | 54 |
| Binary | 1001 | 11010110 | 10011 | 1100000 | 0 | 1011011 | 10000 | 1111011 | 1011100 | 101100 |
Color Harmonies of #09D613
Complementary color
Monochromatic Colors of #09D613
Black with #09D613
Text Example
Text Example
White with #09D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D613; }
p { color: rgb(9,214,19); }
H1.HeaderClassName
{
color: #09D613;
}
.AnyTagClassName
{
color: #09D613;
}
</style>
background-color css
<style>
a { background-color: #09D613; }
a { background-color: rgb(9,214,19); }
div.DivClassName
{
background-color: #09D613;
}
.BgClassName
{
background-color: #09D613;
}
</style>
border-color css
<style>
span { border-color: #09D613; }
span { border-color: rgb(9,214,19); }
td.TdClassName
{
border-color: #09D613;
}
.TagClassName
{
border-color: #09D613;
}
</style>