Shades of Free Speech Green #09F231
Tints of Free Speech Green #09F231
RGB
CMYK
RGB Variations
Color information
#09F231 (or 0x09F231) is known color: Free Speech Green. HEX triplet: 09, F2 and 31. RGB value is (9,242,49). Sum of RGB (Red+Green+Blue) = 9+242+49=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 242 (94.92% from 255 or 80.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 242 - color contains mainly: green. Hex color #09F231 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F231 is #F60DCE. Grayscale: #969696. Windows color (decimal): -16125391 or 3273225. OLE color: 3273225.
HSL color Cylindrical-coordinate representation of color #09F231: hue angle of 130.3º 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 #09F231 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 49 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.05 |
| HSL | 130.3º | 0.93% | 0.49% | - |
| HSV(B) | 130.3º | 0.96% | 0.95% | - |
| XYZ | 32.42 | 63.78 | 13.51 | - |
| YUV | 150.33 | 70.81 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 49 | 0.96 | 0 | 0.80 | 0.05 | 130.3 | 0.93 | 0.49 |
| Hex | 9 | F2 | 31 | 60 | 0 | 50 | 5 | 82 | 5D | 31 |
| Octal | 11 | 362 | 61 | 140 | 0 | 120 | 5 | 202 | 135 | 61 |
| Binary | 1001 | 11110010 | 110001 | 1100000 | 0 | 1010000 | 101 | 10000010 | 1011101 | 110001 |
Color Harmonies of #09F231
Complementary color
Monochromatic Colors of #09F231
Black with #09F231
Text Example
Text Example
White with #09F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F231; }
p { color: rgb(9,242,49); }
H1.HeaderClassName
{
color: #09F231;
}
.AnyTagClassName
{
color: #09F231;
}
</style>
background-color css
<style>
a { background-color: #09F231; }
a { background-color: rgb(9,242,49); }
div.DivClassName
{
background-color: #09F231;
}
.BgClassName
{
background-color: #09F231;
}
</style>
border-color css
<style>
span { border-color: #09F231; }
span { border-color: rgb(9,242,49); }
td.TdClassName
{
border-color: #09F231;
}
.TagClassName
{
border-color: #09F231;
}
</style>