Shades of Free Speech Green #09EF2A
Tints of Free Speech Green #09EF2A
RGB
CMYK
RGB Variations
Color information
#09EF2A (or 0x09EF2A) is known color: Free Speech Green. HEX triplet: 09, EF and 2A. RGB value is (9,239,42). Sum of RGB (Red+Green+Blue) = 9+239+42=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 239 (93.75% from 255 or 82.41% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 239 - color contains mainly: green. Hex color #09EF2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09EF2A is #F610D5. Grayscale: #949494. Windows color (decimal): -16126166 or 2813705. OLE color: 2813705.
HSL color Cylindrical-coordinate representation of color #09EF2A: hue angle of 128.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EF2A is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 239 | 42 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.06 |
| HSL | 128.61º | 0.93% | 0.49% | - |
| HSV(B) | 128.61º | 0.96% | 0.94% | - |
| XYZ | 31.4 | 61.96 | 12.49 | - |
| YUV | 147.77 | 68.3 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 42 | 0.96 | 0 | 0.82 | 0.06 | 128.61 | 0.93 | 0.49 |
| Hex | 9 | EF | 2A | 60 | 0 | 52 | 6 | 81 | 5D | 31 |
| Octal | 11 | 357 | 52 | 140 | 0 | 122 | 6 | 201 | 135 | 61 |
| Binary | 1001 | 11101111 | 101010 | 1100000 | 0 | 1010010 | 110 | 10000001 | 1011101 | 110001 |
Color Harmonies of #09EF2A
Complementary color
Monochromatic Colors of #09EF2A
Black with #09EF2A
Text Example
Text Example
White with #09EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EF2A; }
p { color: rgb(9,239,42); }
H1.HeaderClassName
{
color: #09EF2A;
}
.AnyTagClassName
{
color: #09EF2A;
}
</style>
background-color css
<style>
a { background-color: #09EF2A; }
a { background-color: rgb(9,239,42); }
div.DivClassName
{
background-color: #09EF2A;
}
.BgClassName
{
background-color: #09EF2A;
}
</style>
border-color css
<style>
span { border-color: #09EF2A; }
span { border-color: rgb(9,239,42); }
td.TdClassName
{
border-color: #09EF2A;
}
.TagClassName
{
border-color: #09EF2A;
}
</style>