Shades of Islamic Green #13BA03
Tints of Islamic Green #13BA03
RGB
CMYK
RGB Variations
Color information
#13BA03 (or 0x13BA03) is known color: Islamic Green. HEX triplet: 13, BA and 03. RGB value is (19,186,3). Sum of RGB (Red+Green+Blue) = 19+186+3=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BA03 is #EC45FC. Grayscale: #737373. Windows color (decimal): -15484413 or 244243. OLE color: 244243.
HSL color Cylindrical-coordinate representation of color #13BA03: hue angle of 114.75º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13BA03 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 3 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.27 |
| HSL | 114.75º | 0.97% | 0.37% | - |
| HSV(B) | 114.75º | 0.98% | 0.73% | - |
| XYZ | 17.84 | 35.26 | 5.95 | - |
| YUV | 115.21 | 64.67 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 3 | 0.90 | 0 | 0.98 | 0.27 | 114.75 | 0.97 | 0.37 |
| Hex | 13 | BA | 3 | 5A | 0 | 62 | 1B | 73 | 61 | 25 |
| Octal | 23 | 272 | 3 | 132 | 0 | 142 | 33 | 163 | 141 | 45 |
| Binary | 10011 | 10111010 | 11 | 1011010 | 0 | 1100010 | 11011 | 1110011 | 1100001 | 100101 |
Color Harmonies of #13BA03
Complementary color
Monochromatic Colors of #13BA03
Black with #13BA03
Text Example
Text Example
White with #13BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA03; }
p { color: rgb(19,186,3); }
H1.HeaderClassName
{
color: #13BA03;
}
.AnyTagClassName
{
color: #13BA03;
}
</style>
background-color css
<style>
a { background-color: #13BA03; }
a { background-color: rgb(19,186,3); }
div.DivClassName
{
background-color: #13BA03;
}
.BgClassName
{
background-color: #13BA03;
}
</style>
border-color css
<style>
span { border-color: #13BA03; }
span { border-color: rgb(19,186,3); }
td.TdClassName
{
border-color: #13BA03;
}
.TagClassName
{
border-color: #13BA03;
}
</style>