Shades of Free Speech Green #1AFC1B
Tints of Free Speech Green #1AFC1B
RGB
CMYK
RGB Variations
Color information
#1AFC1B (or 0x1AFC1B) is known color: Free Speech Green. HEX triplet: 1A, FC and 1B. RGB value is (26,252,27). Sum of RGB (Red+Green+Blue) = 26+252+27=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 252 (98.83% from 255 or 82.62% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFC1B is #E503E4. Grayscale: #9F9F9F. Windows color (decimal): -15008741 or 1834010. OLE color: 1834010.
HSL color Cylindrical-coordinate representation of color #1AFC1B: hue angle of 120.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFC1B is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 27 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.01 |
| HSL | 120.27º | 0.97% | 0.55% | - |
| HSV(B) | 120.27º | 0.9% | 0.99% | - |
| XYZ | 35.43 | 69.92 | 12.67 | - |
| YUV | 158.78 | 53.63 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 27 | 0.90 | 0 | 0.89 | 0.01 | 120.27 | 0.97 | 0.55 |
| Hex | 1A | FC | 1B | 5A | 0 | 59 | 1 | 78 | 61 | 37 |
| Octal | 32 | 374 | 33 | 132 | 0 | 131 | 1 | 170 | 141 | 67 |
| Binary | 11010 | 11111100 | 11011 | 1011010 | 0 | 1011001 | 1 | 1111000 | 1100001 | 110111 |
Color Harmonies of #1AFC1B
Complementary color
Monochromatic Colors of #1AFC1B
Black with #1AFC1B
Text Example
Text Example
White with #1AFC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFC1B; }
p { color: rgb(26,252,27); }
H1.HeaderClassName
{
color: #1AFC1B;
}
.AnyTagClassName
{
color: #1AFC1B;
}
</style>
background-color css
<style>
a { background-color: #1AFC1B; }
a { background-color: rgb(26,252,27); }
div.DivClassName
{
background-color: #1AFC1B;
}
.BgClassName
{
background-color: #1AFC1B;
}
</style>
border-color css
<style>
span { border-color: #1AFC1B; }
span { border-color: rgb(26,252,27); }
td.TdClassName
{
border-color: #1AFC1B;
}
.TagClassName
{
border-color: #1AFC1B;
}
</style>