Shades of Free Speech Green #09E70C
Tints of Free Speech Green #09E70C
RGB
CMYK
RGB Variations
Color information
#09E70C (or 0x09E70C) is known color: Free Speech Green. HEX triplet: 09, E7 and 0C. RGB value is (9,231,12). Sum of RGB (Red+Green+Blue) = 9+231+12=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 231 (90.62% from 255 or 91.67% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 231 - color contains mainly: green. Hex color #09E70C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09E70C is #F618F3. Grayscale: #8C8C8C. Windows color (decimal): -16128244 or 845577. OLE color: 845577.
HSL color Cylindrical-coordinate representation of color #09E70C: hue angle of 120.81º 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 #09E70C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 231 | 12 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.09 |
| HSL | 120.81º | 0.93% | 0.47% | - |
| HSV(B) | 120.81º | 0.96% | 0.91% | - |
| XYZ | 28.75 | 57.24 | 9.88 | - |
| YUV | 139.66 | 55.95 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 231 | 12 | 0.96 | 0 | 0.95 | 0.09 | 120.81 | 0.93 | 0.47 |
| Hex | 9 | E7 | C | 60 | 0 | 5F | 9 | 79 | 5C | 2F |
| Octal | 11 | 347 | 14 | 140 | 0 | 137 | 11 | 171 | 134 | 57 |
| Binary | 1001 | 11100111 | 1100 | 1100000 | 0 | 1011111 | 1001 | 1111001 | 1011100 | 101111 |
Color Harmonies of #09E70C
Complementary color
Monochromatic Colors of #09E70C
Black with #09E70C
Text Example
Text Example
White with #09E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E70C; }
p { color: rgb(9,231,12); }
H1.HeaderClassName
{
color: #09E70C;
}
.AnyTagClassName
{
color: #09E70C;
}
</style>
background-color css
<style>
a { background-color: #09E70C; }
a { background-color: rgb(9,231,12); }
div.DivClassName
{
background-color: #09E70C;
}
.BgClassName
{
background-color: #09E70C;
}
</style>
border-color css
<style>
span { border-color: #09E70C; }
span { border-color: rgb(9,231,12); }
td.TdClassName
{
border-color: #09E70C;
}
.TagClassName
{
border-color: #09E70C;
}
</style>