Shades of Free Speech Green #1AFD2D
Tints of Free Speech Green #1AFD2D
RGB
CMYK
RGB Variations
Color information
#1AFD2D (or 0x1AFD2D) is known color: Free Speech Green. HEX triplet: 1A, FD and 2D. RGB value is (26,253,45). Sum of RGB (Red+Green+Blue) = 26+253+45=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 253 (99.22% from 255 or 78.09% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFD2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFD2D is #E502D2. Grayscale: #A2A2A2. Windows color (decimal): -15008467 or 3013914. OLE color: 3013914.
HSL color Cylindrical-coordinate representation of color #1AFD2D: hue angle of 125.02º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFD2D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 45 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.01 |
| HSL | 125.02º | 0.98% | 0.55% | - |
| HSV(B) | 125.02º | 0.9% | 0.99% | - |
| XYZ | 36.02 | 70.66 | 14.22 | - |
| YUV | 161.42 | 62.29 | 31.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 45 | 0.90 | 0 | 0.82 | 0.01 | 125.02 | 0.98 | 0.55 |
| Hex | 1A | FD | 2D | 5A | 0 | 52 | 1 | 7D | 62 | 37 |
| Octal | 32 | 375 | 55 | 132 | 0 | 122 | 1 | 175 | 142 | 67 |
| Binary | 11010 | 11111101 | 101101 | 1011010 | 0 | 1010010 | 1 | 1111101 | 1100010 | 110111 |
Color Harmonies of #1AFD2D
Complementary color
Monochromatic Colors of #1AFD2D
Black with #1AFD2D
Text Example
Text Example
White with #1AFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFD2D; }
p { color: rgb(26,253,45); }
H1.HeaderClassName
{
color: #1AFD2D;
}
.AnyTagClassName
{
color: #1AFD2D;
}
</style>
background-color css
<style>
a { background-color: #1AFD2D; }
a { background-color: rgb(26,253,45); }
div.DivClassName
{
background-color: #1AFD2D;
}
.BgClassName
{
background-color: #1AFD2D;
}
</style>
border-color css
<style>
span { border-color: #1AFD2D; }
span { border-color: rgb(26,253,45); }
td.TdClassName
{
border-color: #1AFD2D;
}
.TagClassName
{
border-color: #1AFD2D;
}
</style>