Shades of Free Speech Green #09FA1C
Tints of Free Speech Green #09FA1C
RGB
CMYK
RGB Variations
Color information
#09FA1C (or 0x09FA1C) is known color: Free Speech Green. HEX triplet: 09, FA and 1C. RGB value is (9,250,28). Sum of RGB (Red+Green+Blue) = 9+250+28=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 250 (98.05% from 255 or 87.11% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 250 - color contains mainly: green. Hex color #09FA1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FA1C is #F605E3. Grayscale: #999999. Windows color (decimal): -16123364 or 1899017. OLE color: 1899017.
HSL color Cylindrical-coordinate representation of color #09FA1C: hue angle of 124.73º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FA1C is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 28 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.02 |
| HSL | 124.73º | 0.96% | 0.51% | - |
| HSV(B) | 124.73º | 0.96% | 0.98% | - |
| XYZ | 34.51 | 68.51 | 12.5 | - |
| YUV | 152.63 | 57.66 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 28 | 0.96 | 0 | 0.89 | 0.02 | 124.73 | 0.96 | 0.51 |
| Hex | 9 | FA | 1C | 60 | 0 | 59 | 2 | 7D | 60 | 33 |
| Octal | 11 | 372 | 34 | 140 | 0 | 131 | 2 | 175 | 140 | 63 |
| Binary | 1001 | 11111010 | 11100 | 1100000 | 0 | 1011001 | 10 | 1111101 | 1100000 | 110011 |
Color Harmonies of #09FA1C
Complementary color
Monochromatic Colors of #09FA1C
Black with #09FA1C
Text Example
Text Example
White with #09FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FA1C; }
p { color: rgb(9,250,28); }
H1.HeaderClassName
{
color: #09FA1C;
}
.AnyTagClassName
{
color: #09FA1C;
}
</style>
background-color css
<style>
a { background-color: #09FA1C; }
a { background-color: rgb(9,250,28); }
div.DivClassName
{
background-color: #09FA1C;
}
.BgClassName
{
background-color: #09FA1C;
}
</style>
border-color css
<style>
span { border-color: #09FA1C; }
span { border-color: rgb(9,250,28); }
td.TdClassName
{
border-color: #09FA1C;
}
.TagClassName
{
border-color: #09FA1C;
}
</style>