Shades of Free Speech Green #09F10A
Tints of Free Speech Green #09F10A
RGB
CMYK
RGB Variations
Color information
#09F10A (or 0x09F10A) is known color: Free Speech Green. HEX triplet: 09, F1 and 0A. RGB value is (9,241,10). Sum of RGB (Red+Green+Blue) = 9+241+10=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 241 (94.53% from 255 or 92.69% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 241 - color contains mainly: green. Hex color #09F10A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F10A is #F60EF5. Grayscale: #919191. Windows color (decimal): -16125686 or 717065. OLE color: 717065.
HSL color Cylindrical-coordinate representation of color #09F10A: hue angle of 120.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F10A is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 10 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.05 |
| HSL | 120.26º | 0.93% | 0.49% | - |
| HSV(B) | 120.26º | 0.96% | 0.95% | - |
| XYZ | 31.62 | 62.99 | 10.78 | - |
| YUV | 145.3 | 51.64 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 10 | 0.96 | 0 | 0.96 | 0.05 | 120.26 | 0.93 | 0.49 |
| Hex | 9 | F1 | A | 60 | 0 | 60 | 5 | 78 | 5D | 31 |
| Octal | 11 | 361 | 12 | 140 | 0 | 140 | 5 | 170 | 135 | 61 |
| Binary | 1001 | 11110001 | 1010 | 1100000 | 0 | 1100000 | 101 | 1111000 | 1011101 | 110001 |
Color Harmonies of #09F10A
Complementary color
Monochromatic Colors of #09F10A
Black with #09F10A
Text Example
Text Example
White with #09F10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F10A; }
p { color: rgb(9,241,10); }
H1.HeaderClassName
{
color: #09F10A;
}
.AnyTagClassName
{
color: #09F10A;
}
</style>
background-color css
<style>
a { background-color: #09F10A; }
a { background-color: rgb(9,241,10); }
div.DivClassName
{
background-color: #09F10A;
}
.BgClassName
{
background-color: #09F10A;
}
</style>
border-color css
<style>
span { border-color: #09F10A; }
span { border-color: rgb(9,241,10); }
td.TdClassName
{
border-color: #09F10A;
}
.TagClassName
{
border-color: #09F10A;
}
</style>