Shades of Free Speech Green #1AFB0C
Tints of Free Speech Green #1AFB0C
RGB
CMYK
RGB Variations
Color information
#1AFB0C (or 0x1AFB0C) is known color: Free Speech Green. HEX triplet: 1A, FB and 0C. RGB value is (26,251,12). Sum of RGB (Red+Green+Blue) = 26+251+12=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 251 (98.44% from 255 or 86.85% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFB0C is #E504F3. Grayscale: #9D9D9D. Windows color (decimal): -15009012 or 850714. OLE color: 850714.
HSL color Cylindrical-coordinate representation of color #1AFB0C: hue angle of 116.49º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1AFB0C is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 12 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.02 |
| HSL | 116.49º | 0.97% | 0.52% | - |
| HSV(B) | 116.49º | 0.95% | 0.98% | - |
| XYZ | 34.99 | 69.24 | 11.87 | - |
| YUV | 156.48 | 46.46 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 12 | 0.90 | 0 | 0.95 | 0.02 | 116.49 | 0.97 | 0.52 |
| Hex | 1A | FB | C | 5A | 0 | 5F | 2 | 74 | 61 | 34 |
| Octal | 32 | 373 | 14 | 132 | 0 | 137 | 2 | 164 | 141 | 64 |
| Binary | 11010 | 11111011 | 1100 | 1011010 | 0 | 1011111 | 10 | 1110100 | 1100001 | 110100 |
Color Harmonies of #1AFB0C
Complementary color
Monochromatic Colors of #1AFB0C
Black with #1AFB0C
Text Example
Text Example
White with #1AFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB0C; }
p { color: rgb(26,251,12); }
H1.HeaderClassName
{
color: #1AFB0C;
}
.AnyTagClassName
{
color: #1AFB0C;
}
</style>
background-color css
<style>
a { background-color: #1AFB0C; }
a { background-color: rgb(26,251,12); }
div.DivClassName
{
background-color: #1AFB0C;
}
.BgClassName
{
background-color: #1AFB0C;
}
</style>
border-color css
<style>
span { border-color: #1AFB0C; }
span { border-color: rgb(26,251,12); }
td.TdClassName
{
border-color: #1AFB0C;
}
.TagClassName
{
border-color: #1AFB0C;
}
</style>