Shades of Free Speech Green #1AFF2D
Tints of Free Speech Green #1AFF2D
RGB
CMYK
RGB Variations
Color information
#1AFF2D (or 0x1AFF2D) is known color: Free Speech Green. HEX triplet: 1A, FF and 2D. RGB value is (26,255,45). Sum of RGB (Red+Green+Blue) = 26+255+45=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 255 (100% from 255 or 78.22% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF2D is #E500D2. Grayscale: #A3A3A3. Windows color (decimal): -15007955 or 3014426. OLE color: 3014426.
HSL color Cylindrical-coordinate representation of color #1AFF2D: hue angle of 124.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF2D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 45 | - |
| CMYK | 0.90 | 0 | 0.82 | 0 |
| HSL | 124.98º | 1% | 0.55% | - |
| HSV(B) | 124.98º | 0.9% | 1% | - |
| XYZ | 36.66 | 71.93 | 14.43 | - |
| YUV | 162.59 | 61.63 | 30.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 45 | 0.90 | 0 | 0.82 | 0 | 124.98 | 1 | 0.55 |
| Hex | 1A | FF | 2D | 5A | 0 | 52 | 0 | 7D | 64 | 37 |
| Octal | 32 | 377 | 55 | 132 | 0 | 122 | 0 | 175 | 144 | 67 |
| Binary | 11010 | 11111111 | 101101 | 1011010 | 0 | 1010010 | 0 | 1111101 | 1100100 | 110111 |
Color Harmonies of #1AFF2D
Complementary color
Monochromatic Colors of #1AFF2D
Black with #1AFF2D
Text Example
Text Example
White with #1AFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF2D; }
p { color: rgb(26,255,45); }
H1.HeaderClassName
{
color: #1AFF2D;
}
.AnyTagClassName
{
color: #1AFF2D;
}
</style>
background-color css
<style>
a { background-color: #1AFF2D; }
a { background-color: rgb(26,255,45); }
div.DivClassName
{
background-color: #1AFF2D;
}
.BgClassName
{
background-color: #1AFF2D;
}
</style>
border-color css
<style>
span { border-color: #1AFF2D; }
span { border-color: rgb(26,255,45); }
td.TdClassName
{
border-color: #1AFF2D;
}
.TagClassName
{
border-color: #1AFF2D;
}
</style>