Shades of Free Speech Green #1AF924
Tints of Free Speech Green #1AF924
RGB
CMYK
RGB Variations
Color information
#1AF924 (or 0x1AF924) is known color: Free Speech Green. HEX triplet: 1A, F9 and 24. RGB value is (26,249,36). Sum of RGB (Red+Green+Blue) = 26+249+36=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 249 (97.66% from 255 or 80.06% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF924 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF924 is #E506DB. Grayscale: #9E9E9E. Windows color (decimal): -15009500 or 2423066. OLE color: 2423066.
HSL color Cylindrical-coordinate representation of color #1AF924: hue angle of 122.69º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF924 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 36 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.02 |
| HSL | 122.69º | 0.95% | 0.54% | - |
| HSV(B) | 122.69º | 0.9% | 0.98% | - |
| XYZ | 34.62 | 68.1 | 12.99 | - |
| YUV | 158.04 | 59.12 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 36 | 0.90 | 0 | 0.86 | 0.02 | 122.69 | 0.95 | 0.54 |
| Hex | 1A | F9 | 24 | 5A | 0 | 56 | 2 | 7B | 5F | 36 |
| Octal | 32 | 371 | 44 | 132 | 0 | 126 | 2 | 173 | 137 | 66 |
| Binary | 11010 | 11111001 | 100100 | 1011010 | 0 | 1010110 | 10 | 1111011 | 1011111 | 110110 |
Color Harmonies of #1AF924
Complementary color
Monochromatic Colors of #1AF924
Black with #1AF924
Text Example
Text Example
White with #1AF924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF924; }
p { color: rgb(26,249,36); }
H1.HeaderClassName
{
color: #1AF924;
}
.AnyTagClassName
{
color: #1AF924;
}
</style>
background-color css
<style>
a { background-color: #1AF924; }
a { background-color: rgb(26,249,36); }
div.DivClassName
{
background-color: #1AF924;
}
.BgClassName
{
background-color: #1AF924;
}
</style>
border-color css
<style>
span { border-color: #1AF924; }
span { border-color: rgb(26,249,36); }
td.TdClassName
{
border-color: #1AF924;
}
.TagClassName
{
border-color: #1AF924;
}
</style>