Shades of Free Speech Green #1AFE30
Tints of Free Speech Green #1AFE30
RGB
CMYK
RGB Variations
Color information
#1AFE30 (or 0x1AFE30) is known color: Free Speech Green. HEX triplet: 1A, FE and 30. RGB value is (26,254,48). Sum of RGB (Red+Green+Blue) = 26+254+48=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 254 (99.61% from 255 or 77.44% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFE30 is #E501CF. Grayscale: #A2A2A2. Windows color (decimal): -15008208 or 3210778. OLE color: 3210778.
HSL color Cylindrical-coordinate representation of color #1AFE30: hue angle of 125.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE30 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 48 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.00 |
| HSL | 125.79º | 0.99% | 0.55% | - |
| HSV(B) | 125.79º | 0.9% | 1% | - |
| XYZ | 36.4 | 71.32 | 14.64 | - |
| YUV | 162.34 | 63.46 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 48 | 0.90 | 0 | 0.81 | 0.00 | 125.79 | 0.99 | 0.55 |
| Hex | 1A | FE | 30 | 5A | 0 | 51 | 0 | 7E | 63 | 37 |
| Octal | 32 | 376 | 60 | 132 | 0 | 121 | 0 | 176 | 143 | 67 |
| Binary | 11010 | 11111110 | 110000 | 1011010 | 0 | 1010001 | 0 | 1111110 | 1100011 | 110111 |
Color Harmonies of #1AFE30
Complementary color
Monochromatic Colors of #1AFE30
Black with #1AFE30
Text Example
Text Example
White with #1AFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE30; }
p { color: rgb(26,254,48); }
H1.HeaderClassName
{
color: #1AFE30;
}
.AnyTagClassName
{
color: #1AFE30;
}
</style>
background-color css
<style>
a { background-color: #1AFE30; }
a { background-color: rgb(26,254,48); }
div.DivClassName
{
background-color: #1AFE30;
}
.BgClassName
{
background-color: #1AFE30;
}
</style>
border-color css
<style>
span { border-color: #1AFE30; }
span { border-color: rgb(26,254,48); }
td.TdClassName
{
border-color: #1AFE30;
}
.TagClassName
{
border-color: #1AFE30;
}
</style>