Shades of Islamic Green #1CA009
Tints of Islamic Green #1CA009
RGB
CMYK
RGB Variations
Color information
#1CA009 (or 0x1CA009) is known color: Islamic Green. HEX triplet: 1C, A0 and 09. RGB value is (28,160,9). Sum of RGB (Red+Green+Blue) = 28+160+9=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 160 (62.89% from 255 or 81.22% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA009 is #E35FF6. Grayscale: #676767. Windows color (decimal): -14901239 or 630812. OLE color: 630812.
HSL color Cylindrical-coordinate representation of color #1CA009: hue angle of 112.45º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CA009 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 160 | 9 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.37 |
| HSL | 112.45º | 0.89% | 0.33% | - |
| HSV(B) | 112.45º | 0.94% | 0.63% | - |
| XYZ | 13.1 | 25.41 | 4.47 | - |
| YUV | 103.32 | 74.77 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 160 | 9 | 0.82 | 0 | 0.94 | 0.37 | 112.45 | 0.89 | 0.33 |
| Hex | 1C | A0 | 9 | 52 | 0 | 5E | 25 | 70 | 59 | 21 |
| Octal | 34 | 240 | 11 | 122 | 0 | 136 | 45 | 160 | 131 | 41 |
| Binary | 11100 | 10100000 | 1001 | 1010010 | 0 | 1011110 | 100101 | 1110000 | 1011001 | 100001 |
Color Harmonies of #1CA009
Complementary color
Monochromatic Colors of #1CA009
Black with #1CA009
Text Example
Text Example
White with #1CA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA009; }
p { color: rgb(28,160,9); }
H1.HeaderClassName
{
color: #1CA009;
}
.AnyTagClassName
{
color: #1CA009;
}
</style>
background-color css
<style>
a { background-color: #1CA009; }
a { background-color: rgb(28,160,9); }
div.DivClassName
{
background-color: #1CA009;
}
.BgClassName
{
background-color: #1CA009;
}
</style>
border-color css
<style>
span { border-color: #1CA009; }
span { border-color: rgb(28,160,9); }
td.TdClassName
{
border-color: #1CA009;
}
.TagClassName
{
border-color: #1CA009;
}
</style>