Shades of Free Speech Green #09FE20
Tints of Free Speech Green #09FE20
RGB
CMYK
RGB Variations
Color information
#09FE20 (or 0x09FE20) is known color: Free Speech Green. HEX triplet: 09, FE and 20. RGB value is (9,254,32). Sum of RGB (Red+Green+Blue) = 9+254+32=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 254 (99.61% from 255 or 86.10% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 254 - color contains mainly: green. Hex color #09FE20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FE20 is #F601DF. Grayscale: #9C9C9C. Windows color (decimal): -16122336 or 2162185. OLE color: 2162185.
HSL color Cylindrical-coordinate representation of color #09FE20: hue angle of 125.63º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FE20 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 32 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.00 |
| HSL | 125.63º | 0.99% | 0.52% | - |
| HSV(B) | 125.63º | 0.96% | 1% | - |
| XYZ | 35.82 | 71.05 | 13.19 | - |
| YUV | 155.44 | 58.33 | 23.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 32 | 0.96 | 0 | 0.87 | 0.00 | 125.63 | 0.99 | 0.52 |
| Hex | 9 | FE | 20 | 60 | 0 | 57 | 0 | 7E | 63 | 34 |
| Octal | 11 | 376 | 40 | 140 | 0 | 127 | 0 | 176 | 143 | 64 |
| Binary | 1001 | 11111110 | 100000 | 1100000 | 0 | 1010111 | 0 | 1111110 | 1100011 | 110100 |
Color Harmonies of #09FE20
Complementary color
Monochromatic Colors of #09FE20
Black with #09FE20
Text Example
Text Example
White with #09FE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FE20; }
p { color: rgb(9,254,32); }
H1.HeaderClassName
{
color: #09FE20;
}
.AnyTagClassName
{
color: #09FE20;
}
</style>
background-color css
<style>
a { background-color: #09FE20; }
a { background-color: rgb(9,254,32); }
div.DivClassName
{
background-color: #09FE20;
}
.BgClassName
{
background-color: #09FE20;
}
</style>
border-color css
<style>
span { border-color: #09FE20; }
span { border-color: rgb(9,254,32); }
td.TdClassName
{
border-color: #09FE20;
}
.TagClassName
{
border-color: #09FE20;
}
</style>