Shades of Free Speech Green #09FA30
Tints of Free Speech Green #09FA30
RGB
CMYK
RGB Variations
Color information
#09FA30 (or 0x09FA30) is known color: Free Speech Green. HEX triplet: 09, FA and 30. RGB value is (9,250,48). Sum of RGB (Red+Green+Blue) = 9+250+48=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 250 (98.05% from 255 or 81.43% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 250 - color contains mainly: green. Hex color #09FA30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FA30 is #F605CF. Grayscale: #9B9B9B. Windows color (decimal): -16123344 or 3209737. OLE color: 3209737.
HSL color Cylindrical-coordinate representation of color #09FA30: hue angle of 129.71º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FA30 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 48 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.02 |
| HSL | 129.71º | 0.96% | 0.51% | - |
| HSV(B) | 129.71º | 0.96% | 0.98% | - |
| XYZ | 34.83 | 68.64 | 14.21 | - |
| YUV | 154.91 | 67.66 | 23.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 48 | 0.96 | 0 | 0.81 | 0.02 | 129.71 | 0.96 | 0.51 |
| Hex | 9 | FA | 30 | 60 | 0 | 51 | 2 | 82 | 60 | 33 |
| Octal | 11 | 372 | 60 | 140 | 0 | 121 | 2 | 202 | 140 | 63 |
| Binary | 1001 | 11111010 | 110000 | 1100000 | 0 | 1010001 | 10 | 10000010 | 1100000 | 110011 |
Color Harmonies of #09FA30
Complementary color
Monochromatic Colors of #09FA30
Black with #09FA30
Text Example
Text Example
White with #09FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FA30; }
p { color: rgb(9,250,48); }
H1.HeaderClassName
{
color: #09FA30;
}
.AnyTagClassName
{
color: #09FA30;
}
</style>
background-color css
<style>
a { background-color: #09FA30; }
a { background-color: rgb(9,250,48); }
div.DivClassName
{
background-color: #09FA30;
}
.BgClassName
{
background-color: #09FA30;
}
</style>
border-color css
<style>
span { border-color: #09FA30; }
span { border-color: rgb(9,250,48); }
td.TdClassName
{
border-color: #09FA30;
}
.TagClassName
{
border-color: #09FA30;
}
</style>