Shades of Free Speech Green #09E81B
Tints of Free Speech Green #09E81B
RGB
CMYK
RGB Variations
Color information
#09E81B (or 0x09E81B) is known color: Free Speech Green. HEX triplet: 09, E8 and 1B. RGB value is (9,232,27). Sum of RGB (Red+Green+Blue) = 9+232+27=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 232 (91.02% from 255 or 86.57% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 232 - color contains mainly: green. Hex color #09E81B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09E81B is #F617E4. Grayscale: #8E8E8E. Windows color (decimal): -16127973 or 1828873. OLE color: 1828873.
HSL color Cylindrical-coordinate representation of color #09E81B: hue angle of 124.84º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E81B is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 232 | 27 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.09 |
| HSL | 124.84º | 0.93% | 0.47% | - |
| HSV(B) | 124.84º | 0.96% | 0.91% | - |
| XYZ | 29.17 | 57.85 | 10.67 | - |
| YUV | 141.95 | 63.12 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 232 | 27 | 0.96 | 0 | 0.88 | 0.09 | 124.84 | 0.93 | 0.47 |
| Hex | 9 | E8 | 1B | 60 | 0 | 58 | 9 | 7D | 5D | 2F |
| Octal | 11 | 350 | 33 | 140 | 0 | 130 | 11 | 175 | 135 | 57 |
| Binary | 1001 | 11101000 | 11011 | 1100000 | 0 | 1011000 | 1001 | 1111101 | 1011101 | 101111 |
Color Harmonies of #09E81B
Complementary color
Monochromatic Colors of #09E81B
Black with #09E81B
Text Example
Text Example
White with #09E81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E81B; }
p { color: rgb(9,232,27); }
H1.HeaderClassName
{
color: #09E81B;
}
.AnyTagClassName
{
color: #09E81B;
}
</style>
background-color css
<style>
a { background-color: #09E81B; }
a { background-color: rgb(9,232,27); }
div.DivClassName
{
background-color: #09E81B;
}
.BgClassName
{
background-color: #09E81B;
}
</style>
border-color css
<style>
span { border-color: #09E81B; }
span { border-color: rgb(9,232,27); }
td.TdClassName
{
border-color: #09E81B;
}
.TagClassName
{
border-color: #09E81B;
}
</style>