Shades of Free Speech Green #09FE2A
Tints of Free Speech Green #09FE2A
RGB
CMYK
RGB Variations
Color information
#09FE2A (or 0x09FE2A) is known color: Free Speech Green. HEX triplet: 09, FE and 2A. RGB value is (9,254,42). Sum of RGB (Red+Green+Blue) = 9+254+42=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 254 (99.61% from 255 or 83.28% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 254 - color contains mainly: green. Hex color #09FE2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FE2A is #F601D5. Grayscale: #9D9D9D. Windows color (decimal): -16122326 or 2817545. OLE color: 2817545.
HSL color Cylindrical-coordinate representation of color #09FE2A: hue angle of 128.08º 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 #09FE2A is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 42 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.00 |
| HSL | 128.08º | 0.99% | 0.52% | - |
| HSV(B) | 128.08º | 0.96% | 1% | - |
| XYZ | 35.97 | 71.11 | 14.02 | - |
| YUV | 156.58 | 63.33 | 22.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 42 | 0.96 | 0 | 0.83 | 0.00 | 128.08 | 0.99 | 0.52 |
| Hex | 9 | FE | 2A | 60 | 0 | 53 | 0 | 80 | 63 | 34 |
| Octal | 11 | 376 | 52 | 140 | 0 | 123 | 0 | 200 | 143 | 64 |
| Binary | 1001 | 11111110 | 101010 | 1100000 | 0 | 1010011 | 0 | 10000000 | 1100011 | 110100 |
Color Harmonies of #09FE2A
Complementary color
Monochromatic Colors of #09FE2A
Black with #09FE2A
Text Example
Text Example
White with #09FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FE2A; }
p { color: rgb(9,254,42); }
H1.HeaderClassName
{
color: #09FE2A;
}
.AnyTagClassName
{
color: #09FE2A;
}
</style>
background-color css
<style>
a { background-color: #09FE2A; }
a { background-color: rgb(9,254,42); }
div.DivClassName
{
background-color: #09FE2A;
}
.BgClassName
{
background-color: #09FE2A;
}
</style>
border-color css
<style>
span { border-color: #09FE2A; }
span { border-color: rgb(9,254,42); }
td.TdClassName
{
border-color: #09FE2A;
}
.TagClassName
{
border-color: #09FE2A;
}
</style>