Shades of Free Speech Green #1FD60A
Tints of Free Speech Green #1FD60A
RGB
CMYK
RGB Variations
Color information
#1FD60A (or 0x1FD60A) is known color: Free Speech Green. HEX triplet: 1F, D6 and 0A. RGB value is (31,214,10). Sum of RGB (Red+Green+Blue) = 31+214+10=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD60A is #E029F5. Grayscale: #888888. Windows color (decimal): -14690806 or 710175. OLE color: 710175.
HSL color Cylindrical-coordinate representation of color #1FD60A: hue angle of 113.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FD60A is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 214 | 10 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.16 |
| HSL | 113.82º | 0.91% | 0.44% | - |
| HSV(B) | 113.82º | 0.95% | 0.84% | - |
| XYZ | 24.67 | 48.41 | 8.33 | - |
| YUV | 136.03 | 56.87 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 214 | 10 | 0.86 | 0 | 0.95 | 0.16 | 113.82 | 0.91 | 0.44 |
| Hex | 1F | D6 | A | 56 | 0 | 5F | 10 | 72 | 5B | 2C |
| Octal | 37 | 326 | 12 | 126 | 0 | 137 | 20 | 162 | 133 | 54 |
| Binary | 11111 | 11010110 | 1010 | 1010110 | 0 | 1011111 | 10000 | 1110010 | 1011011 | 101100 |
Color Harmonies of #1FD60A
Complementary color
Monochromatic Colors of #1FD60A
Black with #1FD60A
Text Example
Text Example
White with #1FD60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD60A; }
p { color: rgb(31,214,10); }
H1.HeaderClassName
{
color: #1FD60A;
}
.AnyTagClassName
{
color: #1FD60A;
}
</style>
background-color css
<style>
a { background-color: #1FD60A; }
a { background-color: rgb(31,214,10); }
div.DivClassName
{
background-color: #1FD60A;
}
.BgClassName
{
background-color: #1FD60A;
}
</style>
border-color css
<style>
span { border-color: #1FD60A; }
span { border-color: rgb(31,214,10); }
td.TdClassName
{
border-color: #1FD60A;
}
.TagClassName
{
border-color: #1FD60A;
}
</style>