Shades of Islamic Green #26A600
Tints of Islamic Green #26A600
RGB
CMYK
RGB Variations
Color information
#26A600 (or 0x26A600) is known color: Islamic Green. HEX triplet: 26, A6 and 00. RGB value is (38,166,0). Sum of RGB (Red+Green+Blue) = 38+166+0=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 166 (65.23% from 255 or 81.37% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 166 - color contains mainly: green. Hex color #26A600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26A600 is #D959FF. Grayscale: #6D6D6D. Windows color (decimal): -14244352 or 42534. OLE color: 42534.
HSL color Cylindrical-coordinate representation of color #26A600: hue angle of 106.27º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26A600 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 166 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.35 |
| HSL | 106.27º | 1% | 0.33% | - |
| HSV(B) | 106.27º | 1% | 0.65% | - |
| XYZ | 14.44 | 27.68 | 4.58 | - |
| YUV | 108.8 | 66.59 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 0 | 0.77 | 0 | 1 | 0.35 | 106.27 | 1 | 0.33 |
| Hex | 26 | A6 | 0 | 4D | 0 | 64 | 23 | 6A | 64 | 21 |
| Octal | 46 | 246 | 0 | 115 | 0 | 144 | 43 | 152 | 144 | 41 |
| Binary | 100110 | 10100110 | 0 | 1001101 | 0 | 1100100 | 100011 | 1101010 | 1100100 | 100001 |
Color Harmonies of #26A600
Complementary color
Monochromatic Colors of #26A600
Black with #26A600
Text Example
Text Example
White with #26A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A600; }
p { color: rgb(38,166,0); }
H1.HeaderClassName
{
color: #26A600;
}
.AnyTagClassName
{
color: #26A600;
}
</style>
background-color css
<style>
a { background-color: #26A600; }
a { background-color: rgb(38,166,0); }
div.DivClassName
{
background-color: #26A600;
}
.BgClassName
{
background-color: #26A600;
}
</style>
border-color css
<style>
span { border-color: #26A600; }
span { border-color: rgb(38,166,0); }
td.TdClassName
{
border-color: #26A600;
}
.TagClassName
{
border-color: #26A600;
}
</style>