Shades of Free Speech Green #1DF80A
Tints of Free Speech Green #1DF80A
RGB
CMYK
RGB Variations
Color information
#1DF80A (or 0x1DF80A) is known color: Free Speech Green. HEX triplet: 1D, F8 and 0A. RGB value is (29,248,10). Sum of RGB (Red+Green+Blue) = 29+248+10=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 248 (97.27% from 255 or 86.41% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF80A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF80A is #E207F5. Grayscale: #9C9C9C. Windows color (decimal): -14813174 or 718877. OLE color: 718877.
HSL color Cylindrical-coordinate representation of color #1DF80A: hue angle of 115.21º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DF80A is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 10 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.03 |
| HSL | 115.21º | 0.94% | 0.51% | - |
| HSV(B) | 115.21º | 0.96% | 0.97% | - |
| XYZ | 34.13 | 67.42 | 11.5 | - |
| YUV | 155.39 | 45.95 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 10 | 0.88 | 0 | 0.96 | 0.03 | 115.21 | 0.94 | 0.51 |
| Hex | 1D | F8 | A | 58 | 0 | 60 | 3 | 73 | 5E | 33 |
| Octal | 35 | 370 | 12 | 130 | 0 | 140 | 3 | 163 | 136 | 63 |
| Binary | 11101 | 11111000 | 1010 | 1011000 | 0 | 1100000 | 11 | 1110011 | 1011110 | 110011 |
Color Harmonies of #1DF80A
Complementary color
Monochromatic Colors of #1DF80A
Black with #1DF80A
Text Example
Text Example
White with #1DF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF80A; }
p { color: rgb(29,248,10); }
H1.HeaderClassName
{
color: #1DF80A;
}
.AnyTagClassName
{
color: #1DF80A;
}
</style>
background-color css
<style>
a { background-color: #1DF80A; }
a { background-color: rgb(29,248,10); }
div.DivClassName
{
background-color: #1DF80A;
}
.BgClassName
{
background-color: #1DF80A;
}
</style>
border-color css
<style>
span { border-color: #1DF80A; }
span { border-color: rgb(29,248,10); }
td.TdClassName
{
border-color: #1DF80A;
}
.TagClassName
{
border-color: #1DF80A;
}
</style>