Shades of Free Speech Green #09FA2A
Tints of Free Speech Green #09FA2A
RGB
CMYK
RGB Variations
Color information
#09FA2A (or 0x09FA2A) is known color: Free Speech Green. HEX triplet: 09, FA and 2A. RGB value is (9,250,42). Sum of RGB (Red+Green+Blue) = 9+250+42=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 250 (98.05% from 255 or 83.06% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 250 - color contains mainly: green. Hex color #09FA2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FA2A is #F605D5. Grayscale: #9A9A9A. Windows color (decimal): -16123350 or 2816521. OLE color: 2816521.
HSL color Cylindrical-coordinate representation of color #09FA2A: hue angle of 128.22º 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 #09FA2A is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 42 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.02 |
| HSL | 128.22º | 0.96% | 0.51% | - |
| HSV(B) | 128.22º | 0.96% | 0.98% | - |
| XYZ | 34.72 | 68.6 | 13.6 | - |
| YUV | 154.23 | 64.66 | 24.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 42 | 0.96 | 0 | 0.83 | 0.02 | 128.22 | 0.96 | 0.51 |
| Hex | 9 | FA | 2A | 60 | 0 | 53 | 2 | 80 | 60 | 33 |
| Octal | 11 | 372 | 52 | 140 | 0 | 123 | 2 | 200 | 140 | 63 |
| Binary | 1001 | 11111010 | 101010 | 1100000 | 0 | 1010011 | 10 | 10000000 | 1100000 | 110011 |
Color Harmonies of #09FA2A
Complementary color
Monochromatic Colors of #09FA2A
Black with #09FA2A
Text Example
Text Example
White with #09FA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FA2A; }
p { color: rgb(9,250,42); }
H1.HeaderClassName
{
color: #09FA2A;
}
.AnyTagClassName
{
color: #09FA2A;
}
</style>
background-color css
<style>
a { background-color: #09FA2A; }
a { background-color: rgb(9,250,42); }
div.DivClassName
{
background-color: #09FA2A;
}
.BgClassName
{
background-color: #09FA2A;
}
</style>
border-color css
<style>
span { border-color: #09FA2A; }
span { border-color: rgb(9,250,42); }
td.TdClassName
{
border-color: #09FA2A;
}
.TagClassName
{
border-color: #09FA2A;
}
</style>