Shades of Free Speech Green #09FA34
Tints of Free Speech Green #09FA34
RGB
CMYK
RGB Variations
Color information
#09FA34 (or 0x09FA34) is known color: Free Speech Green. HEX triplet: 09, FA and 34. RGB value is (9,250,52). Sum of RGB (Red+Green+Blue) = 9+250+52=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 250 (98.05% from 255 or 80.39% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 250 - color contains mainly: green. Hex color #09FA34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FA34 is #F605CB. Grayscale: #9B9B9B. Windows color (decimal): -16123340 or 3471881. OLE color: 3471881.
HSL color Cylindrical-coordinate representation of color #09FA34: hue angle of 130.71º 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 #09FA34 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 52 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.02 |
| HSL | 130.71º | 0.96% | 0.51% | - |
| HSV(B) | 130.71º | 0.96% | 0.98% | - |
| XYZ | 34.92 | 68.68 | 14.66 | - |
| YUV | 155.37 | 69.66 | 23.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 52 | 0.96 | 0 | 0.79 | 0.02 | 130.71 | 0.96 | 0.51 |
| Hex | 9 | FA | 34 | 60 | 0 | 4F | 2 | 83 | 60 | 33 |
| Octal | 11 | 372 | 64 | 140 | 0 | 117 | 2 | 203 | 140 | 63 |
| Binary | 1001 | 11111010 | 110100 | 1100000 | 0 | 1001111 | 10 | 10000011 | 1100000 | 110011 |
Color Harmonies of #09FA34
Complementary color
Monochromatic Colors of #09FA34
Black with #09FA34
Text Example
Text Example
White with #09FA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FA34; }
p { color: rgb(9,250,52); }
H1.HeaderClassName
{
color: #09FA34;
}
.AnyTagClassName
{
color: #09FA34;
}
</style>
background-color css
<style>
a { background-color: #09FA34; }
a { background-color: rgb(9,250,52); }
div.DivClassName
{
background-color: #09FA34;
}
.BgClassName
{
background-color: #09FA34;
}
</style>
border-color css
<style>
span { border-color: #09FA34; }
span { border-color: rgb(9,250,52); }
td.TdClassName
{
border-color: #09FA34;
}
.TagClassName
{
border-color: #09FA34;
}
</style>