Shades of Free Speech Green #1FEC0A
Tints of Free Speech Green #1FEC0A
RGB
CMYK
RGB Variations
Color information
#1FEC0A (or 0x1FEC0A) is known color: Free Speech Green. HEX triplet: 1F, EC and 0A. RGB value is (31,236,10). Sum of RGB (Red+Green+Blue) = 31+236+10=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 236 (92.58% from 255 or 85.20% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEC0A is #E013F5. Grayscale: #959595. Windows color (decimal): -14685174 or 715807. OLE color: 715807.
HSL color Cylindrical-coordinate representation of color #1FEC0A: hue angle of 114.42º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FEC0A is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 10 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.07 |
| HSL | 114.42º | 0.92% | 0.48% | - |
| HSV(B) | 114.42º | 0.96% | 0.93% | - |
| XYZ | 30.62 | 60.3 | 10.31 | - |
| YUV | 148.94 | 49.58 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 10 | 0.87 | 0 | 0.96 | 0.07 | 114.42 | 0.92 | 0.48 |
| Hex | 1F | EC | A | 57 | 0 | 60 | 7 | 72 | 5C | 30 |
| Octal | 37 | 354 | 12 | 127 | 0 | 140 | 7 | 162 | 134 | 60 |
| Binary | 11111 | 11101100 | 1010 | 1010111 | 0 | 1100000 | 111 | 1110010 | 1011100 | 110000 |
Color Harmonies of #1FEC0A
Complementary color
Monochromatic Colors of #1FEC0A
Black with #1FEC0A
Text Example
Text Example
White with #1FEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC0A; }
p { color: rgb(31,236,10); }
H1.HeaderClassName
{
color: #1FEC0A;
}
.AnyTagClassName
{
color: #1FEC0A;
}
</style>
background-color css
<style>
a { background-color: #1FEC0A; }
a { background-color: rgb(31,236,10); }
div.DivClassName
{
background-color: #1FEC0A;
}
.BgClassName
{
background-color: #1FEC0A;
}
</style>
border-color css
<style>
span { border-color: #1FEC0A; }
span { border-color: rgb(31,236,10); }
td.TdClassName
{
border-color: #1FEC0A;
}
.TagClassName
{
border-color: #1FEC0A;
}
</style>