Shades of Free Speech Green #1AF130
Tints of Free Speech Green #1AF130
RGB
CMYK
RGB Variations
Color information
#1AF130 (or 0x1AF130) is known color: Free Speech Green. HEX triplet: 1A, F1 and 30. RGB value is (26,241,48). Sum of RGB (Red+Green+Blue) = 26+241+48=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF130 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF130 is #E50ECF. Grayscale: #9B9B9B. Windows color (decimal): -15011536 or 3207450. OLE color: 3207450.
HSL color Cylindrical-coordinate representation of color #1AF130: hue angle of 126.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF130 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 48 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.05 |
| HSL | 126.14º | 0.88% | 0.52% | - |
| HSV(B) | 126.14º | 0.89% | 0.95% | - |
| XYZ | 32.41 | 63.34 | 13.31 | - |
| YUV | 154.71 | 67.77 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 48 | 0.89 | 0 | 0.80 | 0.05 | 126.14 | 0.88 | 0.52 |
| Hex | 1A | F1 | 30 | 59 | 0 | 50 | 5 | 7E | 58 | 34 |
| Octal | 32 | 361 | 60 | 131 | 0 | 120 | 5 | 176 | 130 | 64 |
| Binary | 11010 | 11110001 | 110000 | 1011001 | 0 | 1010000 | 101 | 1111110 | 1011000 | 110100 |
Color Harmonies of #1AF130
Complementary color
Monochromatic Colors of #1AF130
Black with #1AF130
Text Example
Text Example
White with #1AF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF130; }
p { color: rgb(26,241,48); }
H1.HeaderClassName
{
color: #1AF130;
}
.AnyTagClassName
{
color: #1AF130;
}
</style>
background-color css
<style>
a { background-color: #1AF130; }
a { background-color: rgb(26,241,48); }
div.DivClassName
{
background-color: #1AF130;
}
.BgClassName
{
background-color: #1AF130;
}
</style>
border-color css
<style>
span { border-color: #1AF130; }
span { border-color: rgb(26,241,48); }
td.TdClassName
{
border-color: #1AF130;
}
.TagClassName
{
border-color: #1AF130;
}
</style>