Shades of Free Speech Green #1DF90B
Tints of Free Speech Green #1DF90B
RGB
CMYK
RGB Variations
Color information
#1DF90B (or 0x1DF90B) is known color: Free Speech Green. HEX triplet: 1D, F9 and 0B. RGB value is (29,249,11). Sum of RGB (Red+Green+Blue) = 29+249+11=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 249 (97.66% from 255 or 86.16% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF90B is #E206F4. Grayscale: #9C9C9C. Windows color (decimal): -14812917 or 784669. OLE color: 784669.
HSL color Cylindrical-coordinate representation of color #1DF90B: hue angle of 115.46º degrees, saturation: 0.95, 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 #1DF90B is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 11 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.02 |
| HSL | 115.46º | 0.95% | 0.51% | - |
| HSV(B) | 115.46º | 0.96% | 0.98% | - |
| XYZ | 34.44 | 68.04 | 11.63 | - |
| YUV | 156.09 | 46.11 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 11 | 0.88 | 0 | 0.96 | 0.02 | 115.46 | 0.95 | 0.51 |
| Hex | 1D | F9 | B | 58 | 0 | 60 | 2 | 73 | 5F | 33 |
| Octal | 35 | 371 | 13 | 130 | 0 | 140 | 2 | 163 | 137 | 63 |
| Binary | 11101 | 11111001 | 1011 | 1011000 | 0 | 1100000 | 10 | 1110011 | 1011111 | 110011 |
Color Harmonies of #1DF90B
Complementary color
Monochromatic Colors of #1DF90B
Black with #1DF90B
Text Example
Text Example
White with #1DF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF90B; }
p { color: rgb(29,249,11); }
H1.HeaderClassName
{
color: #1DF90B;
}
.AnyTagClassName
{
color: #1DF90B;
}
</style>
background-color css
<style>
a { background-color: #1DF90B; }
a { background-color: rgb(29,249,11); }
div.DivClassName
{
background-color: #1DF90B;
}
.BgClassName
{
background-color: #1DF90B;
}
</style>
border-color css
<style>
span { border-color: #1DF90B; }
span { border-color: rgb(29,249,11); }
td.TdClassName
{
border-color: #1DF90B;
}
.TagClassName
{
border-color: #1DF90B;
}
</style>