Shades of Free Speech Green #26F91D
Tints of Free Speech Green #26F91D
RGB
CMYK
RGB Variations
Color information
#26F91D (or 0x26F91D) is known color: Free Speech Green. HEX triplet: 26, F9 and 1D. RGB value is (38,249,29). Sum of RGB (Red+Green+Blue) = 38+249+29=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 249 (97.66% from 255 or 78.80% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 249 - color contains mainly: green. Hex color #26F91D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F91D is #D906E2. Grayscale: #A1A1A1. Windows color (decimal): -14223075 or 1964326. OLE color: 1964326.
HSL color Cylindrical-coordinate representation of color #26F91D: hue angle of 117.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26F91D is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 249 | 29 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.02 |
| HSL | 117.55º | 0.95% | 0.55% | - |
| HSV(B) | 117.55º | 0.88% | 0.98% | - |
| XYZ | 34.9 | 68.25 | 12.5 | - |
| YUV | 160.83 | 53.6 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 249 | 29 | 0.85 | 0 | 0.88 | 0.02 | 117.55 | 0.95 | 0.55 |
| Hex | 26 | F9 | 1D | 55 | 0 | 58 | 2 | 76 | 5F | 37 |
| Octal | 46 | 371 | 35 | 125 | 0 | 130 | 2 | 166 | 137 | 67 |
| Binary | 100110 | 11111001 | 11101 | 1010101 | 0 | 1011000 | 10 | 1110110 | 1011111 | 110111 |
Color Harmonies of #26F91D
Complementary color
Monochromatic Colors of #26F91D
Black with #26F91D
Text Example
Text Example
White with #26F91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F91D; }
p { color: rgb(38,249,29); }
H1.HeaderClassName
{
color: #26F91D;
}
.AnyTagClassName
{
color: #26F91D;
}
</style>
background-color css
<style>
a { background-color: #26F91D; }
a { background-color: rgb(38,249,29); }
div.DivClassName
{
background-color: #26F91D;
}
.BgClassName
{
background-color: #26F91D;
}
</style>
border-color css
<style>
span { border-color: #26F91D; }
span { border-color: rgb(38,249,29); }
td.TdClassName
{
border-color: #26F91D;
}
.TagClassName
{
border-color: #26F91D;
}
</style>