Shades of Free Speech Green #1CF90B
Tints of Free Speech Green #1CF90B
RGB
CMYK
RGB Variations
Color information
#1CF90B (or 0x1CF90B) is known color: Free Speech Green. HEX triplet: 1C, F9 and 0B. RGB value is (28,249,11). Sum of RGB (Red+Green+Blue) = 28+249+11=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 249 (97.66% from 255 or 86.46% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF90B is #E306F4. Grayscale: #9C9C9C. Windows color (decimal): -14878453 or 784668. OLE color: 784668.
HSL color Cylindrical-coordinate representation of color #1CF90B: hue angle of 115.71º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CF90B is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 11 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.02 |
| HSL | 115.71º | 0.95% | 0.51% | - |
| HSV(B) | 115.71º | 0.96% | 0.98% | - |
| XYZ | 34.41 | 68.02 | 11.63 | - |
| YUV | 155.79 | 46.28 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 11 | 0.89 | 0 | 0.96 | 0.02 | 115.71 | 0.95 | 0.51 |
| Hex | 1C | F9 | B | 59 | 0 | 60 | 2 | 74 | 5F | 33 |
| Octal | 34 | 371 | 13 | 131 | 0 | 140 | 2 | 164 | 137 | 63 |
| Binary | 11100 | 11111001 | 1011 | 1011001 | 0 | 1100000 | 10 | 1110100 | 1011111 | 110011 |
Color Harmonies of #1CF90B
Complementary color
Monochromatic Colors of #1CF90B
Black with #1CF90B
Text Example
Text Example
White with #1CF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF90B; }
p { color: rgb(28,249,11); }
H1.HeaderClassName
{
color: #1CF90B;
}
.AnyTagClassName
{
color: #1CF90B;
}
</style>
background-color css
<style>
a { background-color: #1CF90B; }
a { background-color: rgb(28,249,11); }
div.DivClassName
{
background-color: #1CF90B;
}
.BgClassName
{
background-color: #1CF90B;
}
</style>
border-color css
<style>
span { border-color: #1CF90B; }
span { border-color: rgb(28,249,11); }
td.TdClassName
{
border-color: #1CF90B;
}
.TagClassName
{
border-color: #1CF90B;
}
</style>