Shades of Free Speech Green #09EE2B
Tints of Free Speech Green #09EE2B
RGB
CMYK
RGB Variations
Color information
#09EE2B (or 0x09EE2B) is known color: Free Speech Green. HEX triplet: 09, EE and 2B. RGB value is (9,238,43). Sum of RGB (Red+Green+Blue) = 9+238+43=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 238 (93.36% from 255 or 82.07% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 238 - color contains mainly: green. Hex color #09EE2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09EE2B is #F611D4. Grayscale: #939393. Windows color (decimal): -16126421 or 2878985. OLE color: 2878985.
HSL color Cylindrical-coordinate representation of color #09EE2B: hue angle of 128.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EE2B is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 9 | 238 | 43 | - |
CMYK | 0.96 | 0 | 0.82 | 0.07 |
HSL | 128.91º | 0.93% | 0.48% | - |
HSV(B) | 128.91º | 0.96% | 0.93% | - |
XYZ | 31.12 | 61.38 | 12.49 | - |
YUV | 147.3 | 69.13 | 29.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 238 | 43 | 0.96 | 0 | 0.82 | 0.07 | 128.91 | 0.93 | 0.48 |
Hex | 9 | EE | 2B | 60 | 0 | 52 | 7 | 81 | 5D | 30 |
Octal | 11 | 356 | 53 | 140 | 0 | 122 | 7 | 201 | 135 | 60 |
Binary | 1001 | 11101110 | 101011 | 1100000 | 0 | 1010010 | 111 | 10000001 | 1011101 | 110000 |
Color Harmonies of #09EE2B
Complementary color
Monochromatic Colors of #09EE2B
Black with #09EE2B
Text Example
Text Example
White with #09EE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EE2B; }
p { color: rgb(9,238,43); }
H1.HeaderClassName
{
color: #09EE2B;
}
.AnyTagClassName
{
color: #09EE2B;
}
</style>
background-color css
<style>
a { background-color: #09EE2B; }
a { background-color: rgb(9,238,43); }
div.DivClassName
{
background-color: #09EE2B;
}
.BgClassName
{
background-color: #09EE2B;
}
</style>
border-color css
<style>
span { border-color: #09EE2B; }
span { border-color: rgb(9,238,43); }
td.TdClassName
{
border-color: #09EE2B;
}
.TagClassName
{
border-color: #09EE2B;
}
</style>