Shades of Free Speech Green #1AF430
Tints of Free Speech Green #1AF430
RGB
CMYK
RGB Variations
Color information
#1AF430 (or 0x1AF430) is known color: Free Speech Green. HEX triplet: 1A, F4 and 30. RGB value is (26,244,48). Sum of RGB (Red+Green+Blue) = 26+244+48=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 244 (95.70% from 255 or 76.73% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF430 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF430 is #E50BCF. Grayscale: #9D9D9D. Windows color (decimal): -15010768 or 3208218. OLE color: 3208218.
HSL color Cylindrical-coordinate representation of color #1AF430: hue angle of 126.06º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF430 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 48 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.04 |
| HSL | 126.06º | 0.91% | 0.53% | - |
| HSV(B) | 126.06º | 0.89% | 0.96% | - |
| XYZ | 33.31 | 65.13 | 13.61 | - |
| YUV | 156.47 | 66.78 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 48 | 0.89 | 0 | 0.80 | 0.04 | 126.06 | 0.91 | 0.53 |
| Hex | 1A | F4 | 30 | 59 | 0 | 50 | 4 | 7E | 5B | 35 |
| Octal | 32 | 364 | 60 | 131 | 0 | 120 | 4 | 176 | 133 | 65 |
| Binary | 11010 | 11110100 | 110000 | 1011001 | 0 | 1010000 | 100 | 1111110 | 1011011 | 110101 |
Color Harmonies of #1AF430
Complementary color
Monochromatic Colors of #1AF430
Black with #1AF430
Text Example
Text Example
White with #1AF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF430; }
p { color: rgb(26,244,48); }
H1.HeaderClassName
{
color: #1AF430;
}
.AnyTagClassName
{
color: #1AF430;
}
</style>
background-color css
<style>
a { background-color: #1AF430; }
a { background-color: rgb(26,244,48); }
div.DivClassName
{
background-color: #1AF430;
}
.BgClassName
{
background-color: #1AF430;
}
</style>
border-color css
<style>
span { border-color: #1AF430; }
span { border-color: rgb(26,244,48); }
td.TdClassName
{
border-color: #1AF430;
}
.TagClassName
{
border-color: #1AF430;
}
</style>