Shades of Free Speech Green #1AF10A
Tints of Free Speech Green #1AF10A
RGB
CMYK
RGB Variations
Color information
#1AF10A (or 0x1AF10A) is known color: Free Speech Green. HEX triplet: 1A, F1 and 0A. RGB value is (26,241,10). Sum of RGB (Red+Green+Blue) = 26+241+10=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 241 (94.53% from 255 or 87.00% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF10A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF10A is #E50EF5. Grayscale: #979797. Windows color (decimal): -15011574 or 717082. OLE color: 717082.
HSL color Cylindrical-coordinate representation of color #1AF10A: hue angle of 115.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AF10A is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 10 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.05 |
| HSL | 115.84º | 0.92% | 0.49% | - |
| HSV(B) | 115.84º | 0.96% | 0.95% | - |
| XYZ | 31.94 | 63.15 | 10.79 | - |
| YUV | 150.38 | 48.77 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 10 | 0.89 | 0 | 0.96 | 0.05 | 115.84 | 0.92 | 0.49 |
| Hex | 1A | F1 | A | 59 | 0 | 60 | 5 | 74 | 5C | 31 |
| Octal | 32 | 361 | 12 | 131 | 0 | 140 | 5 | 164 | 134 | 61 |
| Binary | 11010 | 11110001 | 1010 | 1011001 | 0 | 1100000 | 101 | 1110100 | 1011100 | 110001 |
Color Harmonies of #1AF10A
Complementary color
Monochromatic Colors of #1AF10A
Black with #1AF10A
Text Example
Text Example
White with #1AF10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF10A; }
p { color: rgb(26,241,10); }
H1.HeaderClassName
{
color: #1AF10A;
}
.AnyTagClassName
{
color: #1AF10A;
}
</style>
background-color css
<style>
a { background-color: #1AF10A; }
a { background-color: rgb(26,241,10); }
div.DivClassName
{
background-color: #1AF10A;
}
.BgClassName
{
background-color: #1AF10A;
}
</style>
border-color css
<style>
span { border-color: #1AF10A; }
span { border-color: rgb(26,241,10); }
td.TdClassName
{
border-color: #1AF10A;
}
.TagClassName
{
border-color: #1AF10A;
}
</style>