Shades of Free Speech Green #09F312
Tints of Free Speech Green #09F312
RGB
CMYK
RGB Variations
Color information
#09F312 (or 0x09F312) is known color: Free Speech Green. HEX triplet: 09, F3 and 12. RGB value is (9,243,18). Sum of RGB (Red+Green+Blue) = 9+243+18=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 243 (95.31% from 255 or 90% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 243 - color contains mainly: green. Hex color #09F312 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F312 is #F60CED. Grayscale: #949494. Windows color (decimal): -16125166 or 1241865. OLE color: 1241865.
HSL color Cylindrical-coordinate representation of color #09F312: hue angle of 122.31º 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 #09F312 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 243 | 18 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.05 |
| HSL | 122.31º | 0.93% | 0.49% | - |
| HSV(B) | 122.31º | 0.96% | 0.95% | - |
| XYZ | 32.27 | 64.2 | 11.26 | - |
| YUV | 147.38 | 54.98 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 243 | 18 | 0.96 | 0 | 0.93 | 0.05 | 122.31 | 0.93 | 0.49 |
| Hex | 9 | F3 | 12 | 60 | 0 | 5D | 5 | 7A | 5D | 31 |
| Octal | 11 | 363 | 22 | 140 | 0 | 135 | 5 | 172 | 135 | 61 |
| Binary | 1001 | 11110011 | 10010 | 1100000 | 0 | 1011101 | 101 | 1111010 | 1011101 | 110001 |
Color Harmonies of #09F312
Complementary color
Monochromatic Colors of #09F312
Black with #09F312
Text Example
Text Example
White with #09F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F312; }
p { color: rgb(9,243,18); }
H1.HeaderClassName
{
color: #09F312;
}
.AnyTagClassName
{
color: #09F312;
}
</style>
background-color css
<style>
a { background-color: #09F312; }
a { background-color: rgb(9,243,18); }
div.DivClassName
{
background-color: #09F312;
}
.BgClassName
{
background-color: #09F312;
}
</style>
border-color css
<style>
span { border-color: #09F312; }
span { border-color: rgb(9,243,18); }
td.TdClassName
{
border-color: #09F312;
}
.TagClassName
{
border-color: #09F312;
}
</style>