Shades of Free Speech Green #1AF227
Tints of Free Speech Green #1AF227
RGB
CMYK
RGB Variations
Color information
#1AF227 (or 0x1AF227) is known color: Free Speech Green. HEX triplet: 1A, F2 and 27. RGB value is (26,242,39). Sum of RGB (Red+Green+Blue) = 26+242+39=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 242 (94.92% from 255 or 78.83% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF227 is #E50DD8. Grayscale: #9A9A9A. Windows color (decimal): -15011289 or 2617882. OLE color: 2617882.
HSL color Cylindrical-coordinate representation of color #1AF227: hue angle of 123.61º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF227 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 39 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.05 |
| HSL | 123.61º | 0.89% | 0.53% | - |
| HSV(B) | 123.61º | 0.89% | 0.95% | - |
| XYZ | 32.54 | 63.87 | 12.53 | - |
| YUV | 154.27 | 62.94 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 39 | 0.89 | 0 | 0.84 | 0.05 | 123.61 | 0.89 | 0.53 |
| Hex | 1A | F2 | 27 | 59 | 0 | 54 | 5 | 7C | 59 | 35 |
| Octal | 32 | 362 | 47 | 131 | 0 | 124 | 5 | 174 | 131 | 65 |
| Binary | 11010 | 11110010 | 100111 | 1011001 | 0 | 1010100 | 101 | 1111100 | 1011001 | 110101 |
Color Harmonies of #1AF227
Complementary color
Monochromatic Colors of #1AF227
Black with #1AF227
Text Example
Text Example
White with #1AF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF227; }
p { color: rgb(26,242,39); }
H1.HeaderClassName
{
color: #1AF227;
}
.AnyTagClassName
{
color: #1AF227;
}
</style>
background-color css
<style>
a { background-color: #1AF227; }
a { background-color: rgb(26,242,39); }
div.DivClassName
{
background-color: #1AF227;
}
.BgClassName
{
background-color: #1AF227;
}
</style>
border-color css
<style>
span { border-color: #1AF227; }
span { border-color: rgb(26,242,39); }
td.TdClassName
{
border-color: #1AF227;
}
.TagClassName
{
border-color: #1AF227;
}
</style>