Shades of Free Speech Green #1DF908
Tints of Free Speech Green #1DF908
RGB
CMYK
RGB Variations
Color information
#1DF908 (or 0x1DF908) is known color: Free Speech Green. HEX triplet: 1D, F9 and 08. RGB value is (29,249,8). Sum of RGB (Red+Green+Blue) = 29+249+8=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 249 (97.66% from 255 or 87.06% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF908 is #E206F7. Grayscale: #9C9C9C. Windows color (decimal): -14812920 or 588061. OLE color: 588061.
HSL color Cylindrical-coordinate representation of color #1DF908: hue angle of 114.77º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DF908 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 8 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.02 |
| HSL | 114.77º | 0.95% | 0.5% | - |
| HSV(B) | 114.77º | 0.97% | 0.98% | - |
| XYZ | 34.43 | 68.03 | 11.55 | - |
| YUV | 155.75 | 44.61 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 8 | 0.88 | 0 | 0.97 | 0.02 | 114.77 | 0.95 | 0.5 |
| Hex | 1D | F9 | 8 | 58 | 0 | 61 | 2 | 73 | 5F | 32 |
| Octal | 35 | 371 | 10 | 130 | 0 | 141 | 2 | 163 | 137 | 62 |
| Binary | 11101 | 11111001 | 1000 | 1011000 | 0 | 1100001 | 10 | 1110011 | 1011111 | 110010 |
Color Harmonies of #1DF908
Complementary color
Monochromatic Colors of #1DF908
Black with #1DF908
Text Example
Text Example
White with #1DF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF908; }
p { color: rgb(29,249,8); }
H1.HeaderClassName
{
color: #1DF908;
}
.AnyTagClassName
{
color: #1DF908;
}
</style>
background-color css
<style>
a { background-color: #1DF908; }
a { background-color: rgb(29,249,8); }
div.DivClassName
{
background-color: #1DF908;
}
.BgClassName
{
background-color: #1DF908;
}
</style>
border-color css
<style>
span { border-color: #1DF908; }
span { border-color: rgb(29,249,8); }
td.TdClassName
{
border-color: #1DF908;
}
.TagClassName
{
border-color: #1DF908;
}
</style>