Shades of Free Speech Green #09D517
Tints of Free Speech Green #09D517
RGB
CMYK
RGB Variations
Color information
#09D517 (or 0x09D517) is known color: Free Speech Green. HEX triplet: 09, D5 and 17. RGB value is (9,213,23). Sum of RGB (Red+Green+Blue) = 9+213+23=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 213 (83.59% from 255 or 86.94% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 213 - color contains mainly: green. Hex color #09D517 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D517 is #F62AE8. Grayscale: #828282. Windows color (decimal): -16132841 or 1561865. OLE color: 1561865.
HSL color Cylindrical-coordinate representation of color #09D517: hue angle of 124.12º 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 #09D517 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 213 | 23 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.16 |
| HSL | 124.12º | 0.92% | 0.44% | - |
| HSV(B) | 124.12º | 0.96% | 0.84% | - |
| XYZ | 24.06 | 47.71 | 8.75 | - |
| YUV | 130.34 | 67.41 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 213 | 23 | 0.96 | 0 | 0.89 | 0.16 | 124.12 | 0.92 | 0.44 |
| Hex | 9 | D5 | 17 | 60 | 0 | 59 | 10 | 7C | 5C | 2C |
| Octal | 11 | 325 | 27 | 140 | 0 | 131 | 20 | 174 | 134 | 54 |
| Binary | 1001 | 11010101 | 10111 | 1100000 | 0 | 1011001 | 10000 | 1111100 | 1011100 | 101100 |
Color Harmonies of #09D517
Complementary color
Monochromatic Colors of #09D517
Black with #09D517
Text Example
Text Example
White with #09D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D517; }
p { color: rgb(9,213,23); }
H1.HeaderClassName
{
color: #09D517;
}
.AnyTagClassName
{
color: #09D517;
}
</style>
background-color css
<style>
a { background-color: #09D517; }
a { background-color: rgb(9,213,23); }
div.DivClassName
{
background-color: #09D517;
}
.BgClassName
{
background-color: #09D517;
}
</style>
border-color css
<style>
span { border-color: #09D517; }
span { border-color: rgb(9,213,23); }
td.TdClassName
{
border-color: #09D517;
}
.TagClassName
{
border-color: #09D517;
}
</style>