Shades of Free Speech Green #1DFC0A
Tints of Free Speech Green #1DFC0A
RGB
CMYK
RGB Variations
Color information
#1DFC0A (or 0x1DFC0A) is known color: Free Speech Green. HEX triplet: 1D, FC and 0A. RGB value is (29,252,10). Sum of RGB (Red+Green+Blue) = 29+252+10=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 252 (98.83% from 255 or 86.60% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFC0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFC0A is #E203F5. Grayscale: #9E9E9E. Windows color (decimal): -14812150 or 719901. OLE color: 719901.
HSL color Cylindrical-coordinate representation of color #1DFC0A: hue angle of 115.29º 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 #1DFC0A is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 10 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.01 |
| HSL | 115.29º | 0.98% | 0.51% | - |
| HSV(B) | 115.29º | 0.96% | 0.99% | - |
| XYZ | 35.37 | 69.9 | 11.92 | - |
| YUV | 157.74 | 44.62 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 10 | 0.88 | 0 | 0.96 | 0.01 | 115.29 | 0.98 | 0.51 |
| Hex | 1D | FC | A | 58 | 0 | 60 | 1 | 73 | 62 | 33 |
| Octal | 35 | 374 | 12 | 130 | 0 | 140 | 1 | 163 | 142 | 63 |
| Binary | 11101 | 11111100 | 1010 | 1011000 | 0 | 1100000 | 1 | 1110011 | 1100010 | 110011 |
Color Harmonies of #1DFC0A
Complementary color
Monochromatic Colors of #1DFC0A
Black with #1DFC0A
Text Example
Text Example
White with #1DFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFC0A; }
p { color: rgb(29,252,10); }
H1.HeaderClassName
{
color: #1DFC0A;
}
.AnyTagClassName
{
color: #1DFC0A;
}
</style>
background-color css
<style>
a { background-color: #1DFC0A; }
a { background-color: rgb(29,252,10); }
div.DivClassName
{
background-color: #1DFC0A;
}
.BgClassName
{
background-color: #1DFC0A;
}
</style>
border-color css
<style>
span { border-color: #1DFC0A; }
span { border-color: rgb(29,252,10); }
td.TdClassName
{
border-color: #1DFC0A;
}
.TagClassName
{
border-color: #1DFC0A;
}
</style>