Shades of Islamic Green #13B808
Tints of Islamic Green #13B808
RGB
CMYK
RGB Variations
Color information
#13B808 (or 0x13B808) is known color: Islamic Green. HEX triplet: 13, B8 and 08. RGB value is (19,184,8). Sum of RGB (Red+Green+Blue) = 19+184+8=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 184 (72.27% from 255 or 87.20% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 184 - color contains mainly: green. Hex color #13B808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B808 is #EC47F7. Grayscale: #737373. Windows color (decimal): -15484920 or 571411. OLE color: 571411.
HSL color Cylindrical-coordinate representation of color #13B808: hue angle of 116.25º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13B808 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 184 | 8 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.28 |
| HSL | 116.25º | 0.92% | 0.38% | - |
| HSV(B) | 116.25º | 0.96% | 0.72% | - |
| XYZ | 17.45 | 34.44 | 5.96 | - |
| YUV | 114.6 | 67.84 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 184 | 8 | 0.90 | 0 | 0.96 | 0.28 | 116.25 | 0.92 | 0.38 |
| Hex | 13 | B8 | 8 | 5A | 0 | 60 | 1C | 74 | 5C | 26 |
| Octal | 23 | 270 | 10 | 132 | 0 | 140 | 34 | 164 | 134 | 46 |
| Binary | 10011 | 10111000 | 1000 | 1011010 | 0 | 1100000 | 11100 | 1110100 | 1011100 | 100110 |
Color Harmonies of #13B808
Complementary color
Monochromatic Colors of #13B808
Black with #13B808
Text Example
Text Example
White with #13B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B808; }
p { color: rgb(19,184,8); }
H1.HeaderClassName
{
color: #13B808;
}
.AnyTagClassName
{
color: #13B808;
}
</style>
background-color css
<style>
a { background-color: #13B808; }
a { background-color: rgb(19,184,8); }
div.DivClassName
{
background-color: #13B808;
}
.BgClassName
{
background-color: #13B808;
}
</style>
border-color css
<style>
span { border-color: #13B808; }
span { border-color: rgb(19,184,8); }
td.TdClassName
{
border-color: #13B808;
}
.TagClassName
{
border-color: #13B808;
}
</style>