Shades of Free Speech Green #26F30D
Tints of Free Speech Green #26F30D
RGB
CMYK
RGB Variations
Color information
#26F30D (or 0x26F30D) is known color: Free Speech Green. HEX triplet: 26, F3 and 0D. RGB value is (38,243,13). Sum of RGB (Red+Green+Blue) = 38+243+13=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 243 (95.31% from 255 or 82.65% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 243 - color contains mainly: green. Hex color #26F30D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26F30D is #D90CF2. Grayscale: #9C9C9C. Windows color (decimal): -14224627 or 914214. OLE color: 914214.
HSL color Cylindrical-coordinate representation of color #26F30D: hue angle of 113.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26F30D is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 243 | 13 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.05 |
| HSL | 113.48º | 0.91% | 0.5% | - |
| HSV(B) | 113.48º | 0.95% | 0.95% | - |
| XYZ | 32.92 | 64.54 | 11.1 | - |
| YUV | 155.49 | 47.58 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 243 | 13 | 0.84 | 0 | 0.95 | 0.05 | 113.48 | 0.91 | 0.5 |
| Hex | 26 | F3 | D | 54 | 0 | 5F | 5 | 71 | 5B | 32 |
| Octal | 46 | 363 | 15 | 124 | 0 | 137 | 5 | 161 | 133 | 62 |
| Binary | 100110 | 11110011 | 1101 | 1010100 | 0 | 1011111 | 101 | 1110001 | 1011011 | 110010 |
Color Harmonies of #26F30D
Complementary color
Monochromatic Colors of #26F30D
Black with #26F30D
Text Example
Text Example
White with #26F30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F30D; }
p { color: rgb(38,243,13); }
H1.HeaderClassName
{
color: #26F30D;
}
.AnyTagClassName
{
color: #26F30D;
}
</style>
background-color css
<style>
a { background-color: #26F30D; }
a { background-color: rgb(38,243,13); }
div.DivClassName
{
background-color: #26F30D;
}
.BgClassName
{
background-color: #26F30D;
}
</style>
border-color css
<style>
span { border-color: #26F30D; }
span { border-color: rgb(38,243,13); }
td.TdClassName
{
border-color: #26F30D;
}
.TagClassName
{
border-color: #26F30D;
}
</style>