Shades of Islamic Green #1CA902
Tints of Islamic Green #1CA902
RGB
CMYK
RGB Variations
Color information
#1CA902 (or 0x1CA902) is known color: Islamic Green. HEX triplet: 1C, A9 and 02. RGB value is (28,169,2). Sum of RGB (Red+Green+Blue) = 28+169+2=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 169 (66.41% from 255 or 84.92% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA902 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA902 is #E356FD. Grayscale: #6C6C6C. Windows color (decimal): -14898942 or 174364. OLE color: 174364.
HSL color Cylindrical-coordinate representation of color #1CA902: hue angle of 110.66º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CA902 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 169 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.34 |
| HSL | 110.66º | 0.98% | 0.34% | - |
| HSV(B) | 110.66º | 0.99% | 0.66% | - |
| XYZ | 14.68 | 28.63 | 4.81 | - |
| YUV | 107.8 | 68.29 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 2 | 0.83 | 0 | 0.99 | 0.34 | 110.66 | 0.98 | 0.34 |
| Hex | 1C | A9 | 2 | 53 | 0 | 63 | 22 | 6F | 62 | 22 |
| Octal | 34 | 251 | 2 | 123 | 0 | 143 | 42 | 157 | 142 | 42 |
| Binary | 11100 | 10101001 | 10 | 1010011 | 0 | 1100011 | 100010 | 1101111 | 1100010 | 100010 |
Color Harmonies of #1CA902
Complementary color
Monochromatic Colors of #1CA902
Black with #1CA902
Text Example
Text Example
White with #1CA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA902; }
p { color: rgb(28,169,2); }
H1.HeaderClassName
{
color: #1CA902;
}
.AnyTagClassName
{
color: #1CA902;
}
</style>
background-color css
<style>
a { background-color: #1CA902; }
a { background-color: rgb(28,169,2); }
div.DivClassName
{
background-color: #1CA902;
}
.BgClassName
{
background-color: #1CA902;
}
</style>
border-color css
<style>
span { border-color: #1CA902; }
span { border-color: rgb(28,169,2); }
td.TdClassName
{
border-color: #1CA902;
}
.TagClassName
{
border-color: #1CA902;
}
</style>