Shades of Free Speech Green #1AF901
Tints of Free Speech Green #1AF901
RGB
CMYK
RGB Variations
Color information
#1AF901 (or 0x1AF901) is known color: Free Speech Green. HEX triplet: 1A, F9 and 01. RGB value is (26,249,1). Sum of RGB (Red+Green+Blue) = 26+249+1=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 249 (97.66% from 255 or 90.22% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF901 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF901 is #E506FE. Grayscale: #9A9A9A. Windows color (decimal): -15009535 or 129306. OLE color: 129306.
HSL color Cylindrical-coordinate representation of color #1AF901: hue angle of 113.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AF901 is Cyan = 0.90, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 1 | - |
| CMYK | 0.90 | 0 | 1.00 | 0.02 |
| HSL | 113.95º | 0.99% | 0.49% | - |
| HSV(B) | 113.95º | 1% | 0.98% | - |
| XYZ | 34.31 | 67.97 | 11.34 | - |
| YUV | 154.05 | 41.62 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 1 | 0.90 | 0 | 1.00 | 0.02 | 113.95 | 0.99 | 0.49 |
| Hex | 1A | F9 | 1 | 5A | 0 | 64 | 2 | 72 | 63 | 31 |
| Octal | 32 | 371 | 1 | 132 | 0 | 144 | 2 | 162 | 143 | 61 |
| Binary | 11010 | 11111001 | 1 | 1011010 | 0 | 1100100 | 10 | 1110010 | 1100011 | 110001 |
Color Harmonies of #1AF901
Complementary color
Monochromatic Colors of #1AF901
Black with #1AF901
Text Example
Text Example
White with #1AF901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF901; }
p { color: rgb(26,249,1); }
H1.HeaderClassName
{
color: #1AF901;
}
.AnyTagClassName
{
color: #1AF901;
}
</style>
background-color css
<style>
a { background-color: #1AF901; }
a { background-color: rgb(26,249,1); }
div.DivClassName
{
background-color: #1AF901;
}
.BgClassName
{
background-color: #1AF901;
}
</style>
border-color css
<style>
span { border-color: #1AF901; }
span { border-color: rgb(26,249,1); }
td.TdClassName
{
border-color: #1AF901;
}
.TagClassName
{
border-color: #1AF901;
}
</style>