Shades of Free Speech Green #1AF505
Tints of Free Speech Green #1AF505
RGB
CMYK
RGB Variations
Color information
#1AF505 (or 0x1AF505) is known color: Free Speech Green. HEX triplet: 1A, F5 and 05. RGB value is (26,245,5). Sum of RGB (Red+Green+Blue) = 26+245+5=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 245 (96.09% from 255 or 88.77% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF505 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF505 is #E50AFA. Grayscale: #989898. Windows color (decimal): -15010555 or 390426. OLE color: 390426.
HSL color Cylindrical-coordinate representation of color #1AF505: hue angle of 114.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1AF505 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 5 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.04 |
| HSL | 114.75º | 0.96% | 0.49% | - |
| HSV(B) | 114.75º | 0.98% | 0.96% | - |
| XYZ | 33.11 | 65.54 | 11.05 | - |
| YUV | 152.16 | 44.95 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 5 | 0.89 | 0 | 0.98 | 0.04 | 114.75 | 0.96 | 0.49 |
| Hex | 1A | F5 | 5 | 59 | 0 | 62 | 4 | 73 | 60 | 31 |
| Octal | 32 | 365 | 5 | 131 | 0 | 142 | 4 | 163 | 140 | 61 |
| Binary | 11010 | 11110101 | 101 | 1011001 | 0 | 1100010 | 100 | 1110011 | 1100000 | 110001 |
Color Harmonies of #1AF505
Complementary color
Monochromatic Colors of #1AF505
Black with #1AF505
Text Example
Text Example
White with #1AF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF505; }
p { color: rgb(26,245,5); }
H1.HeaderClassName
{
color: #1AF505;
}
.AnyTagClassName
{
color: #1AF505;
}
</style>
background-color css
<style>
a { background-color: #1AF505; }
a { background-color: rgb(26,245,5); }
div.DivClassName
{
background-color: #1AF505;
}
.BgClassName
{
background-color: #1AF505;
}
</style>
border-color css
<style>
span { border-color: #1AF505; }
span { border-color: rgb(26,245,5); }
td.TdClassName
{
border-color: #1AF505;
}
.TagClassName
{
border-color: #1AF505;
}
</style>