Shades of Free Speech Green #1AFB0A
Tints of Free Speech Green #1AFB0A
RGB
CMYK
RGB Variations
Color information
#1AFB0A (or 0x1AFB0A) is known color: Free Speech Green. HEX triplet: 1A, FB and 0A. RGB value is (26,251,10). Sum of RGB (Red+Green+Blue) = 26+251+10=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 251 (98.44% from 255 or 87.46% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFB0A is #E504F5. Grayscale: #9C9C9C. Windows color (decimal): -15009014 or 719642. OLE color: 719642.
HSL color Cylindrical-coordinate representation of color #1AFB0A: hue angle of 116.02º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AFB0A is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 10 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.02 |
| HSL | 116.02º | 0.97% | 0.51% | - |
| HSV(B) | 116.02º | 0.96% | 0.98% | - |
| XYZ | 34.98 | 69.24 | 11.81 | - |
| YUV | 156.25 | 45.46 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 10 | 0.90 | 0 | 0.96 | 0.02 | 116.02 | 0.97 | 0.51 |
| Hex | 1A | FB | A | 5A | 0 | 60 | 2 | 74 | 61 | 33 |
| Octal | 32 | 373 | 12 | 132 | 0 | 140 | 2 | 164 | 141 | 63 |
| Binary | 11010 | 11111011 | 1010 | 1011010 | 0 | 1100000 | 10 | 1110100 | 1100001 | 110011 |
Color Harmonies of #1AFB0A
Complementary color
Monochromatic Colors of #1AFB0A
Black with #1AFB0A
Text Example
Text Example
White with #1AFB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB0A; }
p { color: rgb(26,251,10); }
H1.HeaderClassName
{
color: #1AFB0A;
}
.AnyTagClassName
{
color: #1AFB0A;
}
</style>
background-color css
<style>
a { background-color: #1AFB0A; }
a { background-color: rgb(26,251,10); }
div.DivClassName
{
background-color: #1AFB0A;
}
.BgClassName
{
background-color: #1AFB0A;
}
</style>
border-color css
<style>
span { border-color: #1AFB0A; }
span { border-color: rgb(26,251,10); }
td.TdClassName
{
border-color: #1AFB0A;
}
.TagClassName
{
border-color: #1AFB0A;
}
</style>