Shades of Free Speech Green #09D619
Tints of Free Speech Green #09D619
RGB
CMYK
RGB Variations
Color information
#09D619 (or 0x09D619) is known color: Free Speech Green. HEX triplet: 09, D6 and 19. RGB value is (9,214,25). Sum of RGB (Red+Green+Blue) = 9+214+25=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 214 (83.98% from 255 or 86.29% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 214 - color contains mainly: green. Hex color #09D619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D619 is #F629E6. Grayscale: #838383. Windows color (decimal): -16132583 or 1693193. OLE color: 1693193.
HSL color Cylindrical-coordinate representation of color #09D619: hue angle of 124.68º 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 #09D619 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 214 | 25 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.16 |
| HSL | 124.68º | 0.92% | 0.44% | - |
| HSV(B) | 124.68º | 0.96% | 0.84% | - |
| XYZ | 24.33 | 48.22 | 8.94 | - |
| YUV | 131.16 | 68.08 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 25 | 0.96 | 0 | 0.88 | 0.16 | 124.68 | 0.92 | 0.44 |
| Hex | 9 | D6 | 19 | 60 | 0 | 58 | 10 | 7D | 5C | 2C |
| Octal | 11 | 326 | 31 | 140 | 0 | 130 | 20 | 175 | 134 | 54 |
| Binary | 1001 | 11010110 | 11001 | 1100000 | 0 | 1011000 | 10000 | 1111101 | 1011100 | 101100 |
Color Harmonies of #09D619
Complementary color
Monochromatic Colors of #09D619
Black with #09D619
Text Example
Text Example
White with #09D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D619; }
p { color: rgb(9,214,25); }
H1.HeaderClassName
{
color: #09D619;
}
.AnyTagClassName
{
color: #09D619;
}
</style>
background-color css
<style>
a { background-color: #09D619; }
a { background-color: rgb(9,214,25); }
div.DivClassName
{
background-color: #09D619;
}
.BgClassName
{
background-color: #09D619;
}
</style>
border-color css
<style>
span { border-color: #09D619; }
span { border-color: rgb(9,214,25); }
td.TdClassName
{
border-color: #09D619;
}
.TagClassName
{
border-color: #09D619;
}
</style>