Shades of Free Speech Green #1AF904
Tints of Free Speech Green #1AF904
RGB
CMYK
RGB Variations
Color information
#1AF904 (or 0x1AF904) is known color: Free Speech Green. HEX triplet: 1A, F9 and 04. RGB value is (26,249,4). Sum of RGB (Red+Green+Blue) = 26+249+4=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 249 (97.66% from 255 or 89.25% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF904 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF904 is #E506FB. Grayscale: #9B9B9B. Windows color (decimal): -15009532 or 325914. OLE color: 325914.
HSL color Cylindrical-coordinate representation of color #1AF904: hue angle of 114.61º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1AF904 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 4 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.02 |
| HSL | 114.61º | 0.97% | 0.5% | - |
| HSV(B) | 114.61º | 0.98% | 0.98% | - |
| XYZ | 34.32 | 67.98 | 11.43 | - |
| YUV | 154.39 | 43.12 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 4 | 0.90 | 0 | 0.98 | 0.02 | 114.61 | 0.97 | 0.5 |
| Hex | 1A | F9 | 4 | 5A | 0 | 62 | 2 | 73 | 61 | 32 |
| Octal | 32 | 371 | 4 | 132 | 0 | 142 | 2 | 163 | 141 | 62 |
| Binary | 11010 | 11111001 | 100 | 1011010 | 0 | 1100010 | 10 | 1110011 | 1100001 | 110010 |
Color Harmonies of #1AF904
Complementary color
Monochromatic Colors of #1AF904
Black with #1AF904
Text Example
Text Example
White with #1AF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF904; }
p { color: rgb(26,249,4); }
H1.HeaderClassName
{
color: #1AF904;
}
.AnyTagClassName
{
color: #1AF904;
}
</style>
background-color css
<style>
a { background-color: #1AF904; }
a { background-color: rgb(26,249,4); }
div.DivClassName
{
background-color: #1AF904;
}
.BgClassName
{
background-color: #1AF904;
}
</style>
border-color css
<style>
span { border-color: #1AF904; }
span { border-color: rgb(26,249,4); }
td.TdClassName
{
border-color: #1AF904;
}
.TagClassName
{
border-color: #1AF904;
}
</style>