Shades of Free Speech Green #26FF19
Tints of Free Speech Green #26FF19
RGB
CMYK
RGB Variations
Color information
#26FF19 (or 0x26FF19) is known color: Free Speech Green. HEX triplet: 26, FF and 19. RGB value is (38,255,25). Sum of RGB (Red+Green+Blue) = 38+255+25=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 255 (100% from 255 or 80.19% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 255 - color contains mainly: green. Hex color #26FF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26FF19 is #D900E6. Grayscale: #A4A4A4. Windows color (decimal): -14221543 or 1703718. OLE color: 1703718.
HSL color Cylindrical-coordinate representation of color #26FF19: hue angle of 116.61º 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 #26FF19 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 255 | 25 | - |
| CMYK | 0.85 | 0 | 0.90 | 0 |
| HSL | 116.61º | 1% | 0.55% | - |
| HSV(B) | 116.61º | 0.9% | 1% | - |
| XYZ | 36.73 | 72 | 12.88 | - |
| YUV | 163.9 | 49.61 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 255 | 25 | 0.85 | 0 | 0.90 | 0 | 116.61 | 1 | 0.55 |
| Hex | 26 | FF | 19 | 55 | 0 | 5A | 0 | 75 | 64 | 37 |
| Octal | 46 | 377 | 31 | 125 | 0 | 132 | 0 | 165 | 144 | 67 |
| Binary | 100110 | 11111111 | 11001 | 1010101 | 0 | 1011010 | 0 | 1110101 | 1100100 | 110111 |
Color Harmonies of #26FF19
Complementary color
Monochromatic Colors of #26FF19
Black with #26FF19
Text Example
Text Example
White with #26FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FF19; }
p { color: rgb(38,255,25); }
H1.HeaderClassName
{
color: #26FF19;
}
.AnyTagClassName
{
color: #26FF19;
}
</style>
background-color css
<style>
a { background-color: #26FF19; }
a { background-color: rgb(38,255,25); }
div.DivClassName
{
background-color: #26FF19;
}
.BgClassName
{
background-color: #26FF19;
}
</style>
border-color css
<style>
span { border-color: #26FF19; }
span { border-color: rgb(38,255,25); }
td.TdClassName
{
border-color: #26FF19;
}
.TagClassName
{
border-color: #26FF19;
}
</style>