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