Shades of Islamic Green #13B902
Tints of Islamic Green #13B902
RGB
CMYK
RGB Variations
Color information
#13B902 (or 0x13B902) is known color: Islamic Green. HEX triplet: 13, B9 and 02. RGB value is (19,185,2). Sum of RGB (Red+Green+Blue) = 19+185+2=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 185 (72.66% from 255 or 89.81% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 185 - color contains mainly: green. Hex color #13B902 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B902 is #EC46FD. Grayscale: #737373. Windows color (decimal): -15484670 or 178451. OLE color: 178451.
HSL color Cylindrical-coordinate representation of color #13B902: hue angle of 114.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13B902 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 185 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.27 |
| HSL | 114.43º | 0.98% | 0.37% | - |
| HSV(B) | 114.43º | 0.99% | 0.73% | - |
| XYZ | 17.63 | 34.84 | 5.85 | - |
| YUV | 114.5 | 64.5 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 185 | 2 | 0.90 | 0 | 0.99 | 0.27 | 114.43 | 0.98 | 0.37 |
| Hex | 13 | B9 | 2 | 5A | 0 | 63 | 1B | 72 | 62 | 25 |
| Octal | 23 | 271 | 2 | 132 | 0 | 143 | 33 | 162 | 142 | 45 |
| Binary | 10011 | 10111001 | 10 | 1011010 | 0 | 1100011 | 11011 | 1110010 | 1100010 | 100101 |
Color Harmonies of #13B902
Complementary color
Monochromatic Colors of #13B902
Black with #13B902
Text Example
Text Example
White with #13B902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B902; }
p { color: rgb(19,185,2); }
H1.HeaderClassName
{
color: #13B902;
}
.AnyTagClassName
{
color: #13B902;
}
</style>
background-color css
<style>
a { background-color: #13B902; }
a { background-color: rgb(19,185,2); }
div.DivClassName
{
background-color: #13B902;
}
.BgClassName
{
background-color: #13B902;
}
</style>
border-color css
<style>
span { border-color: #13B902; }
span { border-color: rgb(19,185,2); }
td.TdClassName
{
border-color: #13B902;
}
.TagClassName
{
border-color: #13B902;
}
</style>