Shades of Free Speech Green #1AF805
Tints of Free Speech Green #1AF805
RGB
CMYK
RGB Variations
Color information
#1AF805 (or 0x1AF805) is known color: Free Speech Green. HEX triplet: 1A, F8 and 05. RGB value is (26,248,5). Sum of RGB (Red+Green+Blue) = 26+248+5=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 248 (97.27% from 255 or 88.89% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF805 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF805 is #E507FA. Grayscale: #9A9A9A. Windows color (decimal): -15009787 or 391194. OLE color: 391194.
HSL color Cylindrical-coordinate representation of color #1AF805: hue angle of 114.81º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1AF805 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 5 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.03 |
| HSL | 114.81º | 0.96% | 0.5% | - |
| HSV(B) | 114.81º | 0.98% | 0.97% | - |
| XYZ | 34.02 | 67.37 | 11.35 | - |
| YUV | 153.92 | 43.95 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 5 | 0.90 | 0 | 0.98 | 0.03 | 114.81 | 0.96 | 0.5 |
| Hex | 1A | F8 | 5 | 5A | 0 | 62 | 3 | 73 | 60 | 32 |
| Octal | 32 | 370 | 5 | 132 | 0 | 142 | 3 | 163 | 140 | 62 |
| Binary | 11010 | 11111000 | 101 | 1011010 | 0 | 1100010 | 11 | 1110011 | 1100000 | 110010 |
Color Harmonies of #1AF805
Complementary color
Monochromatic Colors of #1AF805
Black with #1AF805
Text Example
Text Example
White with #1AF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF805; }
p { color: rgb(26,248,5); }
H1.HeaderClassName
{
color: #1AF805;
}
.AnyTagClassName
{
color: #1AF805;
}
</style>
background-color css
<style>
a { background-color: #1AF805; }
a { background-color: rgb(26,248,5); }
div.DivClassName
{
background-color: #1AF805;
}
.BgClassName
{
background-color: #1AF805;
}
</style>
border-color css
<style>
span { border-color: #1AF805; }
span { border-color: rgb(26,248,5); }
td.TdClassName
{
border-color: #1AF805;
}
.TagClassName
{
border-color: #1AF805;
}
</style>