Shades of Free Speech Green #1AFA0A
Tints of Free Speech Green #1AFA0A
RGB
CMYK
RGB Variations
Color information
#1AFA0A (or 0x1AFA0A) is known color: Free Speech Green. HEX triplet: 1A, FA and 0A. RGB value is (26,250,10). Sum of RGB (Red+Green+Blue) = 26+250+10=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 250 (98.05% from 255 or 87.41% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFA0A is #E505F5. Grayscale: #9C9C9C. Windows color (decimal): -15009270 or 719386. OLE color: 719386.
HSL color Cylindrical-coordinate representation of color #1AFA0A: hue angle of 116º degrees, saturation: 0.96, 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 #1AFA0A is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 10 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.02 |
| HSL | 116º | 0.96% | 0.51% | - |
| HSV(B) | 116º | 0.96% | 0.98% | - |
| XYZ | 34.67 | 68.61 | 11.7 | - |
| YUV | 155.66 | 45.79 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 10 | 0.90 | 0 | 0.96 | 0.02 | 116 | 0.96 | 0.51 |
| Hex | 1A | FA | A | 5A | 0 | 60 | 2 | 74 | 60 | 33 |
| Octal | 32 | 372 | 12 | 132 | 0 | 140 | 2 | 164 | 140 | 63 |
| Binary | 11010 | 11111010 | 1010 | 1011010 | 0 | 1100000 | 10 | 1110100 | 1100000 | 110011 |
Color Harmonies of #1AFA0A
Complementary color
Monochromatic Colors of #1AFA0A
Black with #1AFA0A
Text Example
Text Example
White with #1AFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFA0A; }
p { color: rgb(26,250,10); }
H1.HeaderClassName
{
color: #1AFA0A;
}
.AnyTagClassName
{
color: #1AFA0A;
}
</style>
background-color css
<style>
a { background-color: #1AFA0A; }
a { background-color: rgb(26,250,10); }
div.DivClassName
{
background-color: #1AFA0A;
}
.BgClassName
{
background-color: #1AFA0A;
}
</style>
border-color css
<style>
span { border-color: #1AFA0A; }
span { border-color: rgb(26,250,10); }
td.TdClassName
{
border-color: #1AFA0A;
}
.TagClassName
{
border-color: #1AFA0A;
}
</style>