Shades of Free Speech Green #09F219
Tints of Free Speech Green #09F219
RGB
CMYK
RGB Variations
Color information
#09F219 (or 0x09F219) is known color: Free Speech Green. HEX triplet: 09, F2 and 19. RGB value is (9,242,25). Sum of RGB (Red+Green+Blue) = 9+242+25=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 242 (94.92% from 255 or 87.68% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 242 - color contains mainly: green. Hex color #09F219 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F219 is #F60DE6. Grayscale: #949494. Windows color (decimal): -16125415 or 1700361. OLE color: 1700361.
HSL color Cylindrical-coordinate representation of color #09F219: hue angle of 124.12º 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 #09F219 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 25 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.05 |
| HSL | 124.12º | 0.93% | 0.49% | - |
| HSV(B) | 124.12º | 0.96% | 0.95% | - |
| XYZ | 32.04 | 63.63 | 11.51 | - |
| YUV | 147.6 | 58.81 | 29.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 25 | 0.96 | 0 | 0.90 | 0.05 | 124.12 | 0.93 | 0.49 |
| Hex | 9 | F2 | 19 | 60 | 0 | 5A | 5 | 7C | 5D | 31 |
| Octal | 11 | 362 | 31 | 140 | 0 | 132 | 5 | 174 | 135 | 61 |
| Binary | 1001 | 11110010 | 11001 | 1100000 | 0 | 1011010 | 101 | 1111100 | 1011101 | 110001 |
Color Harmonies of #09F219
Complementary color
Monochromatic Colors of #09F219
Black with #09F219
Text Example
Text Example
White with #09F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F219; }
p { color: rgb(9,242,25); }
H1.HeaderClassName
{
color: #09F219;
}
.AnyTagClassName
{
color: #09F219;
}
</style>
background-color css
<style>
a { background-color: #09F219; }
a { background-color: rgb(9,242,25); }
div.DivClassName
{
background-color: #09F219;
}
.BgClassName
{
background-color: #09F219;
}
</style>
border-color css
<style>
span { border-color: #09F219; }
span { border-color: rgb(9,242,25); }
td.TdClassName
{
border-color: #09F219;
}
.TagClassName
{
border-color: #09F219;
}
</style>