Shades of Islamic Green #13A207
Tints of Islamic Green #13A207
RGB
CMYK
RGB Variations
Color information
#13A207 (or 0x13A207) is known color: Islamic Green. HEX triplet: 13, A2 and 07. RGB value is (19,162,7). Sum of RGB (Red+Green+Blue) = 19+162+7=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 162 (63.67% from 255 or 86.17% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 162 - color contains mainly: green. Hex color #13A207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A207 is #EC5DF8. Grayscale: #666666. Windows color (decimal): -15490553 or 500243. OLE color: 500243.
HSL color Cylindrical-coordinate representation of color #13A207: hue angle of 115.35º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13A207 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 7 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.36 |
| HSL | 115.35º | 0.92% | 0.33% | - |
| HSV(B) | 115.35º | 0.96% | 0.64% | - |
| XYZ | 13.23 | 25.99 | 4.52 | - |
| YUV | 101.57 | 74.62 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 7 | 0.88 | 0 | 0.96 | 0.36 | 115.35 | 0.92 | 0.33 |
| Hex | 13 | A2 | 7 | 58 | 0 | 60 | 24 | 73 | 5C | 21 |
| Octal | 23 | 242 | 7 | 130 | 0 | 140 | 44 | 163 | 134 | 41 |
| Binary | 10011 | 10100010 | 111 | 1011000 | 0 | 1100000 | 100100 | 1110011 | 1011100 | 100001 |
Color Harmonies of #13A207
Complementary color
Monochromatic Colors of #13A207
Black with #13A207
Text Example
Text Example
White with #13A207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A207; }
p { color: rgb(19,162,7); }
H1.HeaderClassName
{
color: #13A207;
}
.AnyTagClassName
{
color: #13A207;
}
</style>
background-color css
<style>
a { background-color: #13A207; }
a { background-color: rgb(19,162,7); }
div.DivClassName
{
background-color: #13A207;
}
.BgClassName
{
background-color: #13A207;
}
</style>
border-color css
<style>
span { border-color: #13A207; }
span { border-color: rgb(19,162,7); }
td.TdClassName
{
border-color: #13A207;
}
.TagClassName
{
border-color: #13A207;
}
</style>