Shades of Islamic Green #13AA03
Tints of Islamic Green #13AA03
RGB
CMYK
RGB Variations
Color information
#13AA03 (or 0x13AA03) is known color: Islamic Green. HEX triplet: 13, AA and 03. RGB value is (19,170,3). Sum of RGB (Red+Green+Blue) = 19+170+3=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 170 (66.80% from 255 or 88.54% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AA03 is #EC55FC. Grayscale: #6A6A6A. Windows color (decimal): -15488509 or 240147. OLE color: 240147.
HSL color Cylindrical-coordinate representation of color #13AA03: hue angle of 114.25º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13AA03 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 3 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.33 |
| HSL | 114.25º | 0.97% | 0.34% | - |
| HSV(B) | 114.25º | 0.98% | 0.67% | - |
| XYZ | 14.66 | 28.89 | 4.89 | - |
| YUV | 105.81 | 69.97 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 3 | 0.89 | 0 | 0.98 | 0.33 | 114.25 | 0.97 | 0.34 |
| Hex | 13 | AA | 3 | 59 | 0 | 62 | 21 | 72 | 61 | 22 |
| Octal | 23 | 252 | 3 | 131 | 0 | 142 | 41 | 162 | 141 | 42 |
| Binary | 10011 | 10101010 | 11 | 1011001 | 0 | 1100010 | 100001 | 1110010 | 1100001 | 100010 |
Color Harmonies of #13AA03
Complementary color
Monochromatic Colors of #13AA03
Black with #13AA03
Text Example
Text Example
White with #13AA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA03; }
p { color: rgb(19,170,3); }
H1.HeaderClassName
{
color: #13AA03;
}
.AnyTagClassName
{
color: #13AA03;
}
</style>
background-color css
<style>
a { background-color: #13AA03; }
a { background-color: rgb(19,170,3); }
div.DivClassName
{
background-color: #13AA03;
}
.BgClassName
{
background-color: #13AA03;
}
</style>
border-color css
<style>
span { border-color: #13AA03; }
span { border-color: rgb(19,170,3); }
td.TdClassName
{
border-color: #13AA03;
}
.TagClassName
{
border-color: #13AA03;
}
</style>