Shades of Free Speech Green #09D60F
Tints of Free Speech Green #09D60F
RGB
CMYK
RGB Variations
Color information
#09D60F (or 0x09D60F) is known color: Free Speech Green. HEX triplet: 09, D6 and 0F. RGB value is (9,214,15). Sum of RGB (Red+Green+Blue) = 9+214+15=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 214 (83.98% from 255 or 89.92% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 214 - color contains mainly: green. Hex color #09D60F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D60F is #F629F0. Grayscale: #828282. Windows color (decimal): -16132593 or 1037833. OLE color: 1037833.
HSL color Cylindrical-coordinate representation of color #09D60F: hue angle of 121.76º 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 #09D60F is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 214 | 15 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.16 |
| HSL | 121.76º | 0.92% | 0.44% | - |
| HSV(B) | 121.76º | 0.96% | 0.84% | - |
| XYZ | 24.25 | 48.19 | 8.47 | - |
| YUV | 130.02 | 63.08 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 15 | 0.96 | 0 | 0.93 | 0.16 | 121.76 | 0.92 | 0.44 |
| Hex | 9 | D6 | F | 60 | 0 | 5D | 10 | 7A | 5C | 2C |
| Octal | 11 | 326 | 17 | 140 | 0 | 135 | 20 | 172 | 134 | 54 |
| Binary | 1001 | 11010110 | 1111 | 1100000 | 0 | 1011101 | 10000 | 1111010 | 1011100 | 101100 |
Color Harmonies of #09D60F
Complementary color
Monochromatic Colors of #09D60F
Black with #09D60F
Text Example
Text Example
White with #09D60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D60F; }
p { color: rgb(9,214,15); }
H1.HeaderClassName
{
color: #09D60F;
}
.AnyTagClassName
{
color: #09D60F;
}
</style>
background-color css
<style>
a { background-color: #09D60F; }
a { background-color: rgb(9,214,15); }
div.DivClassName
{
background-color: #09D60F;
}
.BgClassName
{
background-color: #09D60F;
}
</style>
border-color css
<style>
span { border-color: #09D60F; }
span { border-color: rgb(9,214,15); }
td.TdClassName
{
border-color: #09D60F;
}
.TagClassName
{
border-color: #09D60F;
}
</style>