Shades of Free Speech Green #1AFB0D
Tints of Free Speech Green #1AFB0D
RGB
CMYK
RGB Variations
Color information
#1AFB0D (or 0x1AFB0D) is known color: Free Speech Green. HEX triplet: 1A, FB and 0D. RGB value is (26,251,13). Sum of RGB (Red+Green+Blue) = 26+251+13=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 251 (98.44% from 255 or 86.55% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFB0D is #E504F2. Grayscale: #9D9D9D. Windows color (decimal): -15009011 or 916250. OLE color: 916250.
HSL color Cylindrical-coordinate representation of color #1AFB0D: hue angle of 116.72º 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 #1AFB0D is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 13 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.02 |
| HSL | 116.72º | 0.97% | 0.52% | - |
| HSV(B) | 116.72º | 0.95% | 0.98% | - |
| XYZ | 35 | 69.24 | 11.9 | - |
| YUV | 156.59 | 46.96 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 13 | 0.90 | 0 | 0.95 | 0.02 | 116.72 | 0.97 | 0.52 |
| Hex | 1A | FB | D | 5A | 0 | 5F | 2 | 75 | 61 | 34 |
| Octal | 32 | 373 | 15 | 132 | 0 | 137 | 2 | 165 | 141 | 64 |
| Binary | 11010 | 11111011 | 1101 | 1011010 | 0 | 1011111 | 10 | 1110101 | 1100001 | 110100 |
Color Harmonies of #1AFB0D
Complementary color
Monochromatic Colors of #1AFB0D
Black with #1AFB0D
Text Example
Text Example
White with #1AFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB0D; }
p { color: rgb(26,251,13); }
H1.HeaderClassName
{
color: #1AFB0D;
}
.AnyTagClassName
{
color: #1AFB0D;
}
</style>
background-color css
<style>
a { background-color: #1AFB0D; }
a { background-color: rgb(26,251,13); }
div.DivClassName
{
background-color: #1AFB0D;
}
.BgClassName
{
background-color: #1AFB0D;
}
</style>
border-color css
<style>
span { border-color: #1AFB0D; }
span { border-color: rgb(26,251,13); }
td.TdClassName
{
border-color: #1AFB0D;
}
.TagClassName
{
border-color: #1AFB0D;
}
</style>