Shades of Free Speech Green #09FE1D
Tints of Free Speech Green #09FE1D
RGB
CMYK
RGB Variations
Color information
#09FE1D (or 0x09FE1D) is known color: Free Speech Green. HEX triplet: 09, FE and 1D. RGB value is (9,254,29). Sum of RGB (Red+Green+Blue) = 9+254+29=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 254 (99.61% from 255 or 86.99% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 254 - color contains mainly: green. Hex color #09FE1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FE1D is #F601E2. Grayscale: #9B9B9B. Windows color (decimal): -16122339 or 1965577. OLE color: 1965577.
HSL color Cylindrical-coordinate representation of color #09FE1D: hue angle of 124.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FE1D is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 29 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.00 |
| HSL | 124.9º | 0.99% | 0.52% | - |
| HSV(B) | 124.9º | 0.96% | 1% | - |
| XYZ | 35.78 | 71.03 | 12.99 | - |
| YUV | 155.1 | 56.83 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 29 | 0.96 | 0 | 0.89 | 0.00 | 124.9 | 0.99 | 0.52 |
| Hex | 9 | FE | 1D | 60 | 0 | 59 | 0 | 7D | 63 | 34 |
| Octal | 11 | 376 | 35 | 140 | 0 | 131 | 0 | 175 | 143 | 64 |
| Binary | 1001 | 11111110 | 11101 | 1100000 | 0 | 1011001 | 0 | 1111101 | 1100011 | 110100 |
Color Harmonies of #09FE1D
Complementary color
Monochromatic Colors of #09FE1D
Black with #09FE1D
Text Example
Text Example
White with #09FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FE1D; }
p { color: rgb(9,254,29); }
H1.HeaderClassName
{
color: #09FE1D;
}
.AnyTagClassName
{
color: #09FE1D;
}
</style>
background-color css
<style>
a { background-color: #09FE1D; }
a { background-color: rgb(9,254,29); }
div.DivClassName
{
background-color: #09FE1D;
}
.BgClassName
{
background-color: #09FE1D;
}
</style>
border-color css
<style>
span { border-color: #09FE1D; }
span { border-color: rgb(9,254,29); }
td.TdClassName
{
border-color: #09FE1D;
}
.TagClassName
{
border-color: #09FE1D;
}
</style>