Shades of Islamic Green #1CA102
Tints of Islamic Green #1CA102
RGB
CMYK
RGB Variations
Color information
#1CA102 (or 0x1CA102) is known color: Islamic Green. HEX triplet: 1C, A1 and 02. RGB value is (28,161,2). Sum of RGB (Red+Green+Blue) = 28+161+2=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 161 (63.28% from 255 or 84.29% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA102 is #E35EFD. Grayscale: #676767. Windows color (decimal): -14900990 or 172316. OLE color: 172316.
HSL color Cylindrical-coordinate representation of color #1CA102: hue angle of 110.19º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CA102 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.37 |
| HSL | 110.19º | 0.98% | 0.32% | - |
| HSV(B) | 110.19º | 0.99% | 0.63% | - |
| XYZ | 13.23 | 25.74 | 4.33 | - |
| YUV | 103.11 | 70.94 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 2 | 0.83 | 0 | 0.99 | 0.37 | 110.19 | 0.98 | 0.32 |
| Hex | 1C | A1 | 2 | 53 | 0 | 63 | 25 | 6E | 62 | 20 |
| Octal | 34 | 241 | 2 | 123 | 0 | 143 | 45 | 156 | 142 | 40 |
| Binary | 11100 | 10100001 | 10 | 1010011 | 0 | 1100011 | 100101 | 1101110 | 1100010 | 100000 |
Color Harmonies of #1CA102
Complementary color
Monochromatic Colors of #1CA102
Black with #1CA102
Text Example
Text Example
White with #1CA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA102; }
p { color: rgb(28,161,2); }
H1.HeaderClassName
{
color: #1CA102;
}
.AnyTagClassName
{
color: #1CA102;
}
</style>
background-color css
<style>
a { background-color: #1CA102; }
a { background-color: rgb(28,161,2); }
div.DivClassName
{
background-color: #1CA102;
}
.BgClassName
{
background-color: #1CA102;
}
</style>
border-color css
<style>
span { border-color: #1CA102; }
span { border-color: rgb(28,161,2); }
td.TdClassName
{
border-color: #1CA102;
}
.TagClassName
{
border-color: #1CA102;
}
</style>