Shades of Free Speech Green #1AFE0B
Tints of Free Speech Green #1AFE0B
RGB
CMYK
RGB Variations
Color information
#1AFE0B (or 0x1AFE0B) is known color: Free Speech Green. HEX triplet: 1A, FE and 0B. RGB value is (26,254,11). Sum of RGB (Red+Green+Blue) = 26+254+11=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 254 (99.61% from 255 or 87.29% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFE0B is #E501F4. Grayscale: #9E9E9E. Windows color (decimal): -15008245 or 785946. OLE color: 785946.
HSL color Cylindrical-coordinate representation of color #1AFE0B: hue angle of 116.3º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AFE0B is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 11 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.00 |
| HSL | 116.3º | 0.99% | 0.52% | - |
| HSV(B) | 116.3º | 0.96% | 1% | - |
| XYZ | 35.93 | 71.13 | 12.15 | - |
| YUV | 158.13 | 44.96 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 11 | 0.90 | 0 | 0.96 | 0.00 | 116.3 | 0.99 | 0.52 |
| Hex | 1A | FE | B | 5A | 0 | 60 | 0 | 74 | 63 | 34 |
| Octal | 32 | 376 | 13 | 132 | 0 | 140 | 0 | 164 | 143 | 64 |
| Binary | 11010 | 11111110 | 1011 | 1011010 | 0 | 1100000 | 0 | 1110100 | 1100011 | 110100 |
Color Harmonies of #1AFE0B
Complementary color
Monochromatic Colors of #1AFE0B
Black with #1AFE0B
Text Example
Text Example
White with #1AFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE0B; }
p { color: rgb(26,254,11); }
H1.HeaderClassName
{
color: #1AFE0B;
}
.AnyTagClassName
{
color: #1AFE0B;
}
</style>
background-color css
<style>
a { background-color: #1AFE0B; }
a { background-color: rgb(26,254,11); }
div.DivClassName
{
background-color: #1AFE0B;
}
.BgClassName
{
background-color: #1AFE0B;
}
</style>
border-color css
<style>
span { border-color: #1AFE0B; }
span { border-color: rgb(26,254,11); }
td.TdClassName
{
border-color: #1AFE0B;
}
.TagClassName
{
border-color: #1AFE0B;
}
</style>