Shades of Free Speech Green #1CFE1A
Tints of Free Speech Green #1CFE1A
RGB
CMYK
RGB Variations
Color information
#1CFE1A (or 0x1CFE1A) is known color: Free Speech Green. HEX triplet: 1C, FE and 1A. RGB value is (28,254,26). Sum of RGB (Red+Green+Blue) = 28+254+26=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 254 (99.61% from 255 or 82.47% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 254 - color contains mainly: green. Hex color #1CFE1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFE1A is #E301E5. Grayscale: #A1A1A1. Windows color (decimal): -14877158 or 1768988. OLE color: 1768988.
HSL color Cylindrical-coordinate representation of color #1CFE1A: hue angle of 119.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CFE1A is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 254 | 26 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.00 |
| HSL | 119.47º | 0.99% | 0.55% | - |
| HSV(B) | 119.47º | 0.9% | 1% | - |
| XYZ | 36.11 | 71.21 | 12.82 | - |
| YUV | 160.43 | 52.13 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 254 | 26 | 0.89 | 0 | 0.90 | 0.00 | 119.47 | 0.99 | 0.55 |
| Hex | 1C | FE | 1A | 59 | 0 | 5A | 0 | 77 | 63 | 37 |
| Octal | 34 | 376 | 32 | 131 | 0 | 132 | 0 | 167 | 143 | 67 |
| Binary | 11100 | 11111110 | 11010 | 1011001 | 0 | 1011010 | 0 | 1110111 | 1100011 | 110111 |
Color Harmonies of #1CFE1A
Complementary color
Monochromatic Colors of #1CFE1A
Black with #1CFE1A
Text Example
Text Example
White with #1CFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFE1A; }
p { color: rgb(28,254,26); }
H1.HeaderClassName
{
color: #1CFE1A;
}
.AnyTagClassName
{
color: #1CFE1A;
}
</style>
background-color css
<style>
a { background-color: #1CFE1A; }
a { background-color: rgb(28,254,26); }
div.DivClassName
{
background-color: #1CFE1A;
}
.BgClassName
{
background-color: #1CFE1A;
}
</style>
border-color css
<style>
span { border-color: #1CFE1A; }
span { border-color: rgb(28,254,26); }
td.TdClassName
{
border-color: #1CFE1A;
}
.TagClassName
{
border-color: #1CFE1A;
}
</style>