Shades of Free Speech Green #1CF915
Tints of Free Speech Green #1CF915
RGB
CMYK
RGB Variations
Color information
#1CF915 (or 0x1CF915) is known color: Free Speech Green. HEX triplet: 1C, F9 and 15. RGB value is (28,249,21). Sum of RGB (Red+Green+Blue) = 28+249+21=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 249 (97.66% from 255 or 83.56% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF915 is #E306EA. Grayscale: #9D9D9D. Windows color (decimal): -14878443 or 1440028. OLE color: 1440028.
HSL color Cylindrical-coordinate representation of color #1CF915: hue angle of 118.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CF915 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 21 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.02 |
| HSL | 118.16º | 0.95% | 0.53% | - |
| HSV(B) | 118.16º | 0.92% | 0.98% | - |
| XYZ | 34.49 | 68.05 | 12.03 | - |
| YUV | 156.93 | 51.28 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 21 | 0.89 | 0 | 0.92 | 0.02 | 118.16 | 0.95 | 0.53 |
| Hex | 1C | F9 | 15 | 59 | 0 | 5C | 2 | 76 | 5F | 35 |
| Octal | 34 | 371 | 25 | 131 | 0 | 134 | 2 | 166 | 137 | 65 |
| Binary | 11100 | 11111001 | 10101 | 1011001 | 0 | 1011100 | 10 | 1110110 | 1011111 | 110101 |
Color Harmonies of #1CF915
Complementary color
Monochromatic Colors of #1CF915
Black with #1CF915
Text Example
Text Example
White with #1CF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF915; }
p { color: rgb(28,249,21); }
H1.HeaderClassName
{
color: #1CF915;
}
.AnyTagClassName
{
color: #1CF915;
}
</style>
background-color css
<style>
a { background-color: #1CF915; }
a { background-color: rgb(28,249,21); }
div.DivClassName
{
background-color: #1CF915;
}
.BgClassName
{
background-color: #1CF915;
}
</style>
border-color css
<style>
span { border-color: #1CF915; }
span { border-color: rgb(28,249,21); }
td.TdClassName
{
border-color: #1CF915;
}
.TagClassName
{
border-color: #1CF915;
}
</style>