Shades of Free Speech Green #1AF02D
Tints of Free Speech Green #1AF02D
RGB
CMYK
RGB Variations
Color information
#1AF02D (or 0x1AF02D) is known color: Free Speech Green. HEX triplet: 1A, F0 and 2D. RGB value is (26,240,45). Sum of RGB (Red+Green+Blue) = 26+240+45=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 240 (94.14% from 255 or 77.17% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF02D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF02D is #E50FD2. Grayscale: #9A9A9A. Windows color (decimal): -15011795 or 3010586. OLE color: 3010586.
HSL color Cylindrical-coordinate representation of color #1AF02D: hue angle of 125.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF02D is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 45 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.06 |
| HSL | 125.33º | 0.88% | 0.52% | - |
| HSV(B) | 125.33º | 0.89% | 0.94% | - |
| XYZ | 32.06 | 62.73 | 12.9 | - |
| YUV | 153.78 | 66.6 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 45 | 0.89 | 0 | 0.81 | 0.06 | 125.33 | 0.88 | 0.52 |
| Hex | 1A | F0 | 2D | 59 | 0 | 51 | 6 | 7D | 58 | 34 |
| Octal | 32 | 360 | 55 | 131 | 0 | 121 | 6 | 175 | 130 | 64 |
| Binary | 11010 | 11110000 | 101101 | 1011001 | 0 | 1010001 | 110 | 1111101 | 1011000 | 110100 |
Color Harmonies of #1AF02D
Complementary color
Monochromatic Colors of #1AF02D
Black with #1AF02D
Text Example
Text Example
White with #1AF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF02D; }
p { color: rgb(26,240,45); }
H1.HeaderClassName
{
color: #1AF02D;
}
.AnyTagClassName
{
color: #1AF02D;
}
</style>
background-color css
<style>
a { background-color: #1AF02D; }
a { background-color: rgb(26,240,45); }
div.DivClassName
{
background-color: #1AF02D;
}
.BgClassName
{
background-color: #1AF02D;
}
</style>
border-color css
<style>
span { border-color: #1AF02D; }
span { border-color: rgb(26,240,45); }
td.TdClassName
{
border-color: #1AF02D;
}
.TagClassName
{
border-color: #1AF02D;
}
</style>