Shades of Free Speech Green #09EF10
Tints of Free Speech Green #09EF10
RGB
CMYK
RGB Variations
Color information
#09EF10 (or 0x09EF10) is known color: Free Speech Green. HEX triplet: 09, EF and 10. RGB value is (9,239,16). Sum of RGB (Red+Green+Blue) = 9+239+16=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 239 (93.75% from 255 or 90.53% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 239 - color contains mainly: green. Hex color #09EF10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EF10 is #F610EF. Grayscale: #919191. Windows color (decimal): -16126192 or 1109769. OLE color: 1109769.
HSL color Cylindrical-coordinate representation of color #09EF10: hue angle of 121.83º 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 #09EF10 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 239 | 16 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.06 |
| HSL | 121.83º | 0.93% | 0.49% | - |
| HSV(B) | 121.83º | 0.96% | 0.94% | - |
| XYZ | 31.07 | 61.83 | 10.79 | - |
| YUV | 144.81 | 55.3 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 16 | 0.96 | 0 | 0.93 | 0.06 | 121.83 | 0.93 | 0.49 |
| Hex | 9 | EF | 10 | 60 | 0 | 5D | 6 | 7A | 5D | 31 |
| Octal | 11 | 357 | 20 | 140 | 0 | 135 | 6 | 172 | 135 | 61 |
| Binary | 1001 | 11101111 | 10000 | 1100000 | 0 | 1011101 | 110 | 1111010 | 1011101 | 110001 |
Color Harmonies of #09EF10
Complementary color
Monochromatic Colors of #09EF10
Black with #09EF10
Text Example
Text Example
White with #09EF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EF10; }
p { color: rgb(9,239,16); }
H1.HeaderClassName
{
color: #09EF10;
}
.AnyTagClassName
{
color: #09EF10;
}
</style>
background-color css
<style>
a { background-color: #09EF10; }
a { background-color: rgb(9,239,16); }
div.DivClassName
{
background-color: #09EF10;
}
.BgClassName
{
background-color: #09EF10;
}
</style>
border-color css
<style>
span { border-color: #09EF10; }
span { border-color: rgb(9,239,16); }
td.TdClassName
{
border-color: #09EF10;
}
.TagClassName
{
border-color: #09EF10;
}
</style>