Shades of Free Speech Green #1BFD09
Tints of Free Speech Green #1BFD09
RGB
CMYK
RGB Variations
Color information
#1BFD09 (or 0x1BFD09) is known color: Free Speech Green. HEX triplet: 1B, FD and 09. RGB value is (27,253,9). Sum of RGB (Red+Green+Blue) = 27+253+9=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 253 (99.22% from 255 or 87.54% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFD09 is #E402F6. Grayscale: #9E9E9E. Windows color (decimal): -14942967 or 654619. OLE color: 654619.
HSL color Cylindrical-coordinate representation of color #1BFD09: hue angle of 115.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BFD09 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 9 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.01 |
| HSL | 115.57º | 0.98% | 0.51% | - |
| HSV(B) | 115.57º | 0.96% | 0.99% | - |
| XYZ | 35.63 | 70.5 | 11.99 | - |
| YUV | 157.61 | 44.13 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 9 | 0.89 | 0 | 0.96 | 0.01 | 115.57 | 0.98 | 0.51 |
| Hex | 1B | FD | 9 | 59 | 0 | 60 | 1 | 74 | 62 | 33 |
| Octal | 33 | 375 | 11 | 131 | 0 | 140 | 1 | 164 | 142 | 63 |
| Binary | 11011 | 11111101 | 1001 | 1011001 | 0 | 1100000 | 1 | 1110100 | 1100010 | 110011 |
Color Harmonies of #1BFD09
Complementary color
Monochromatic Colors of #1BFD09
Black with #1BFD09
Text Example
Text Example
White with #1BFD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD09; }
p { color: rgb(27,253,9); }
H1.HeaderClassName
{
color: #1BFD09;
}
.AnyTagClassName
{
color: #1BFD09;
}
</style>
background-color css
<style>
a { background-color: #1BFD09; }
a { background-color: rgb(27,253,9); }
div.DivClassName
{
background-color: #1BFD09;
}
.BgClassName
{
background-color: #1BFD09;
}
</style>
border-color css
<style>
span { border-color: #1BFD09; }
span { border-color: rgb(27,253,9); }
td.TdClassName
{
border-color: #1BFD09;
}
.TagClassName
{
border-color: #1BFD09;
}
</style>