Shades of Islamic Green #1CA105
Tints of Islamic Green #1CA105
RGB
CMYK
RGB Variations
Color information
#1CA105 (or 0x1CA105) is known color: Islamic Green. HEX triplet: 1C, A1 and 05. RGB value is (28,161,5). Sum of RGB (Red+Green+Blue) = 28+161+5=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 161 (63.28% from 255 or 82.99% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA105 is #E35EFA. Grayscale: #676767. Windows color (decimal): -14900987 or 368924. OLE color: 368924.
HSL color Cylindrical-coordinate representation of color #1CA105: hue angle of 111.15º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CA105 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 5 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.37 |
| HSL | 111.15º | 0.94% | 0.33% | - |
| HSV(B) | 111.15º | 0.97% | 0.63% | - |
| XYZ | 13.25 | 25.75 | 4.41 | - |
| YUV | 103.45 | 72.44 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 5 | 0.83 | 0 | 0.97 | 0.37 | 111.15 | 0.94 | 0.33 |
| Hex | 1C | A1 | 5 | 53 | 0 | 61 | 25 | 6F | 5E | 21 |
| Octal | 34 | 241 | 5 | 123 | 0 | 141 | 45 | 157 | 136 | 41 |
| Binary | 11100 | 10100001 | 101 | 1010011 | 0 | 1100001 | 100101 | 1101111 | 1011110 | 100001 |
Color Harmonies of #1CA105
Complementary color
Monochromatic Colors of #1CA105
Black with #1CA105
Text Example
Text Example
White with #1CA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA105; }
p { color: rgb(28,161,5); }
H1.HeaderClassName
{
color: #1CA105;
}
.AnyTagClassName
{
color: #1CA105;
}
</style>
background-color css
<style>
a { background-color: #1CA105; }
a { background-color: rgb(28,161,5); }
div.DivClassName
{
background-color: #1CA105;
}
.BgClassName
{
background-color: #1CA105;
}
</style>
border-color css
<style>
span { border-color: #1CA105; }
span { border-color: rgb(28,161,5); }
td.TdClassName
{
border-color: #1CA105;
}
.TagClassName
{
border-color: #1CA105;
}
</style>