Shades of Free Speech Green #1AFF03
Tints of Free Speech Green #1AFF03
RGB
CMYK
RGB Variations
Color information
#1AFF03 (or 0x1AFF03) is known color: Free Speech Green. HEX triplet: 1A, FF and 03. RGB value is (26,255,3). Sum of RGB (Red+Green+Blue) = 26+255+3=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 255 (100% from 255 or 89.79% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFF03 is #E500FC. Grayscale: #9E9E9E. Windows color (decimal): -15007997 or 261914. OLE color: 261914.
HSL color Cylindrical-coordinate representation of color #1AFF03: hue angle of 114.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AFF03 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 3 | - |
| CMYK | 0.90 | 0 | 0.99 | 0 |
| HSL | 114.52º | 1% | 0.51% | - |
| HSV(B) | 114.52º | 0.99% | 1% | - |
| XYZ | 36.2 | 71.75 | 12.03 | - |
| YUV | 157.8 | 40.63 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 3 | 0.90 | 0 | 0.99 | 0 | 114.52 | 1 | 0.51 |
| Hex | 1A | FF | 3 | 5A | 0 | 63 | 0 | 73 | 64 | 33 |
| Octal | 32 | 377 | 3 | 132 | 0 | 143 | 0 | 163 | 144 | 63 |
| Binary | 11010 | 11111111 | 11 | 1011010 | 0 | 1100011 | 0 | 1110011 | 1100100 | 110011 |
Color Harmonies of #1AFF03
Complementary color
Monochromatic Colors of #1AFF03
Black with #1AFF03
Text Example
Text Example
White with #1AFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF03; }
p { color: rgb(26,255,3); }
H1.HeaderClassName
{
color: #1AFF03;
}
.AnyTagClassName
{
color: #1AFF03;
}
</style>
background-color css
<style>
a { background-color: #1AFF03; }
a { background-color: rgb(26,255,3); }
div.DivClassName
{
background-color: #1AFF03;
}
.BgClassName
{
background-color: #1AFF03;
}
</style>
border-color css
<style>
span { border-color: #1AFF03; }
span { border-color: rgb(26,255,3); }
td.TdClassName
{
border-color: #1AFF03;
}
.TagClassName
{
border-color: #1AFF03;
}
</style>