Shades of Free Speech Green #1CFA1A
Tints of Free Speech Green #1CFA1A
RGB
CMYK
RGB Variations
Color information
#1CFA1A (or 0x1CFA1A) is known color: Free Speech Green. HEX triplet: 1C, FA and 1A. RGB value is (28,250,26). Sum of RGB (Red+Green+Blue) = 28+250+26=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 250 (98.05% from 255 or 82.24% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFA1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFA1A is #E305E5. Grayscale: #9E9E9E. Windows color (decimal): -14878182 or 1767964. OLE color: 1767964.
HSL color Cylindrical-coordinate representation of color #1CFA1A: hue angle of 119.46º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CFA1A is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 26 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.02 |
| HSL | 119.46º | 0.96% | 0.54% | - |
| HSV(B) | 119.46º | 0.9% | 0.98% | - |
| XYZ | 34.85 | 68.69 | 12.4 | - |
| YUV | 158.09 | 53.45 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 26 | 0.89 | 0 | 0.90 | 0.02 | 119.46 | 0.96 | 0.54 |
| Hex | 1C | FA | 1A | 59 | 0 | 5A | 2 | 77 | 60 | 36 |
| Octal | 34 | 372 | 32 | 131 | 0 | 132 | 2 | 167 | 140 | 66 |
| Binary | 11100 | 11111010 | 11010 | 1011001 | 0 | 1011010 | 10 | 1110111 | 1100000 | 110110 |
Color Harmonies of #1CFA1A
Complementary color
Monochromatic Colors of #1CFA1A
Black with #1CFA1A
Text Example
Text Example
White with #1CFA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFA1A; }
p { color: rgb(28,250,26); }
H1.HeaderClassName
{
color: #1CFA1A;
}
.AnyTagClassName
{
color: #1CFA1A;
}
</style>
background-color css
<style>
a { background-color: #1CFA1A; }
a { background-color: rgb(28,250,26); }
div.DivClassName
{
background-color: #1CFA1A;
}
.BgClassName
{
background-color: #1CFA1A;
}
</style>
border-color css
<style>
span { border-color: #1CFA1A; }
span { border-color: rgb(28,250,26); }
td.TdClassName
{
border-color: #1CFA1A;
}
.TagClassName
{
border-color: #1CFA1A;
}
</style>