Shades of Free Speech Green #09FA1B
Tints of Free Speech Green #09FA1B
RGB
CMYK
RGB Variations
Color information
#09FA1B (or 0x09FA1B) is known color: Free Speech Green. HEX triplet: 09, FA and 1B. RGB value is (9,250,27). Sum of RGB (Red+Green+Blue) = 9+250+27=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 250 (98.05% from 255 or 87.41% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 250 - color contains mainly: green. Hex color #09FA1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FA1B is #F605E4. Grayscale: #999999. Windows color (decimal): -16123365 or 1833481. OLE color: 1833481.
HSL color Cylindrical-coordinate representation of color #09FA1B: hue angle of 124.48º 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 #09FA1B is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 27 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.02 |
| HSL | 124.48º | 0.96% | 0.51% | - |
| HSV(B) | 124.48º | 0.96% | 0.98% | - |
| XYZ | 34.5 | 68.51 | 12.44 | - |
| YUV | 152.52 | 57.16 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 27 | 0.96 | 0 | 0.89 | 0.02 | 124.48 | 0.96 | 0.51 |
| Hex | 9 | FA | 1B | 60 | 0 | 59 | 2 | 7C | 60 | 33 |
| Octal | 11 | 372 | 33 | 140 | 0 | 131 | 2 | 174 | 140 | 63 |
| Binary | 1001 | 11111010 | 11011 | 1100000 | 0 | 1011001 | 10 | 1111100 | 1100000 | 110011 |
Color Harmonies of #09FA1B
Complementary color
Monochromatic Colors of #09FA1B
Black with #09FA1B
Text Example
Text Example
White with #09FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FA1B; }
p { color: rgb(9,250,27); }
H1.HeaderClassName
{
color: #09FA1B;
}
.AnyTagClassName
{
color: #09FA1B;
}
</style>
background-color css
<style>
a { background-color: #09FA1B; }
a { background-color: rgb(9,250,27); }
div.DivClassName
{
background-color: #09FA1B;
}
.BgClassName
{
background-color: #09FA1B;
}
</style>
border-color css
<style>
span { border-color: #09FA1B; }
span { border-color: rgb(9,250,27); }
td.TdClassName
{
border-color: #09FA1B;
}
.TagClassName
{
border-color: #09FA1B;
}
</style>