Shades of Free Speech Green #1AF825
Tints of Free Speech Green #1AF825
RGB
CMYK
RGB Variations
Color information
#1AF825 (or 0x1AF825) is known color: Free Speech Green. HEX triplet: 1A, F8 and 25. RGB value is (26,248,37). Sum of RGB (Red+Green+Blue) = 26+248+37=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 248 (97.27% from 255 or 79.74% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF825 is #E507DA. Grayscale: #9E9E9E. Windows color (decimal): -15009755 or 2488346. OLE color: 2488346.
HSL color Cylindrical-coordinate representation of color #1AF825: hue angle of 122.97º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF825 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 37 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.03 |
| HSL | 122.97º | 0.94% | 0.54% | - |
| HSV(B) | 122.97º | 0.9% | 0.97% | - |
| XYZ | 34.33 | 67.49 | 12.97 | - |
| YUV | 157.57 | 59.95 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 37 | 0.90 | 0 | 0.85 | 0.03 | 122.97 | 0.94 | 0.54 |
| Hex | 1A | F8 | 25 | 5A | 0 | 55 | 3 | 7B | 5E | 36 |
| Octal | 32 | 370 | 45 | 132 | 0 | 125 | 3 | 173 | 136 | 66 |
| Binary | 11010 | 11111000 | 100101 | 1011010 | 0 | 1010101 | 11 | 1111011 | 1011110 | 110110 |
Color Harmonies of #1AF825
Complementary color
Monochromatic Colors of #1AF825
Black with #1AF825
Text Example
Text Example
White with #1AF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF825; }
p { color: rgb(26,248,37); }
H1.HeaderClassName
{
color: #1AF825;
}
.AnyTagClassName
{
color: #1AF825;
}
</style>
background-color css
<style>
a { background-color: #1AF825; }
a { background-color: rgb(26,248,37); }
div.DivClassName
{
background-color: #1AF825;
}
.BgClassName
{
background-color: #1AF825;
}
</style>
border-color css
<style>
span { border-color: #1AF825; }
span { border-color: rgb(26,248,37); }
td.TdClassName
{
border-color: #1AF825;
}
.TagClassName
{
border-color: #1AF825;
}
</style>