Shades of Free Speech Green #1CF928
Tints of Free Speech Green #1CF928
RGB
CMYK
RGB Variations
Color information
#1CF928 (or 0x1CF928) is known color: Free Speech Green. HEX triplet: 1C, F9 and 28. RGB value is (28,249,40). Sum of RGB (Red+Green+Blue) = 28+249+40=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 249 (97.66% from 255 or 78.55% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF928 is #E306D7. Grayscale: #9F9F9F. Windows color (decimal): -14878424 or 2685212. OLE color: 2685212.
HSL color Cylindrical-coordinate representation of color #1CF928: hue angle of 123.26º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF928 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 40 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.02 |
| HSL | 123.26º | 0.95% | 0.54% | - |
| HSV(B) | 123.26º | 0.89% | 0.98% | - |
| XYZ | 34.74 | 68.15 | 13.33 | - |
| YUV | 159.1 | 60.78 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 40 | 0.89 | 0 | 0.84 | 0.02 | 123.26 | 0.95 | 0.54 |
| Hex | 1C | F9 | 28 | 59 | 0 | 54 | 2 | 7B | 5F | 36 |
| Octal | 34 | 371 | 50 | 131 | 0 | 124 | 2 | 173 | 137 | 66 |
| Binary | 11100 | 11111001 | 101000 | 1011001 | 0 | 1010100 | 10 | 1111011 | 1011111 | 110110 |
Color Harmonies of #1CF928
Complementary color
Monochromatic Colors of #1CF928
Black with #1CF928
Text Example
Text Example
White with #1CF928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF928; }
p { color: rgb(28,249,40); }
H1.HeaderClassName
{
color: #1CF928;
}
.AnyTagClassName
{
color: #1CF928;
}
</style>
background-color css
<style>
a { background-color: #1CF928; }
a { background-color: rgb(28,249,40); }
div.DivClassName
{
background-color: #1CF928;
}
.BgClassName
{
background-color: #1CF928;
}
</style>
border-color css
<style>
span { border-color: #1CF928; }
span { border-color: rgb(28,249,40); }
td.TdClassName
{
border-color: #1CF928;
}
.TagClassName
{
border-color: #1CF928;
}
</style>