Shades of Islamic Green #13AB14
Tints of Islamic Green #13AB14
RGB
CMYK
RGB Variations
Color information
#13AB14 (or 0x13AB14) is known color: Islamic Green. HEX triplet: 13, AB and 14. RGB value is (19,171,20). Sum of RGB (Red+Green+Blue) = 19+171+20=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 171 (67.19% from 255 or 81.43% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AB14 is #EC54EB. Grayscale: #6C6C6C. Windows color (decimal): -15488236 or 1354515. OLE color: 1354515.
HSL color Cylindrical-coordinate representation of color #13AB14: hue angle of 120.39º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AB14 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 171 | 20 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.33 |
| HSL | 120.39º | 0.8% | 0.37% | - |
| HSV(B) | 120.39º | 0.89% | 0.67% | - |
| XYZ | 14.96 | 29.31 | 5.53 | - |
| YUV | 108.34 | 78.14 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 20 | 0.89 | 0 | 0.88 | 0.33 | 120.39 | 0.8 | 0.37 |
| Hex | 13 | AB | 14 | 59 | 0 | 58 | 21 | 78 | 50 | 25 |
| Octal | 23 | 253 | 24 | 131 | 0 | 130 | 41 | 170 | 120 | 45 |
| Binary | 10011 | 10101011 | 10100 | 1011001 | 0 | 1011000 | 100001 | 1111000 | 1010000 | 100101 |
Color Harmonies of #13AB14
Complementary color
Monochromatic Colors of #13AB14
Black with #13AB14
Text Example
Text Example
White with #13AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AB14; }
p { color: rgb(19,171,20); }
H1.HeaderClassName
{
color: #13AB14;
}
.AnyTagClassName
{
color: #13AB14;
}
</style>
background-color css
<style>
a { background-color: #13AB14; }
a { background-color: rgb(19,171,20); }
div.DivClassName
{
background-color: #13AB14;
}
.BgClassName
{
background-color: #13AB14;
}
</style>
border-color css
<style>
span { border-color: #13AB14; }
span { border-color: rgb(19,171,20); }
td.TdClassName
{
border-color: #13AB14;
}
.TagClassName
{
border-color: #13AB14;
}
</style>