Shades of Islamic Green #1CA206
Tints of Islamic Green #1CA206
RGB
CMYK
RGB Variations
Color information
#1CA206 (or 0x1CA206) is known color: Islamic Green. HEX triplet: 1C, A2 and 06. RGB value is (28,162,6). Sum of RGB (Red+Green+Blue) = 28+162+6=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 162 (63.67% from 255 or 82.65% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA206 is #E35DF9. Grayscale: #686868. Windows color (decimal): -14900730 or 434716. OLE color: 434716.
HSL color Cylindrical-coordinate representation of color #1CA206: hue angle of 111.54º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CA206 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 162 | 6 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.36 |
| HSL | 111.54º | 0.93% | 0.33% | - |
| HSV(B) | 111.54º | 0.96% | 0.64% | - |
| XYZ | 13.43 | 26.1 | 4.5 | - |
| YUV | 104.15 | 72.61 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 162 | 6 | 0.83 | 0 | 0.96 | 0.36 | 111.54 | 0.93 | 0.33 |
| Hex | 1C | A2 | 6 | 53 | 0 | 60 | 24 | 70 | 5D | 21 |
| Octal | 34 | 242 | 6 | 123 | 0 | 140 | 44 | 160 | 135 | 41 |
| Binary | 11100 | 10100010 | 110 | 1010011 | 0 | 1100000 | 100100 | 1110000 | 1011101 | 100001 |
Color Harmonies of #1CA206
Complementary color
Monochromatic Colors of #1CA206
Black with #1CA206
Text Example
Text Example
White with #1CA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA206; }
p { color: rgb(28,162,6); }
H1.HeaderClassName
{
color: #1CA206;
}
.AnyTagClassName
{
color: #1CA206;
}
</style>
background-color css
<style>
a { background-color: #1CA206; }
a { background-color: rgb(28,162,6); }
div.DivClassName
{
background-color: #1CA206;
}
.BgClassName
{
background-color: #1CA206;
}
</style>
border-color css
<style>
span { border-color: #1CA206; }
span { border-color: rgb(28,162,6); }
td.TdClassName
{
border-color: #1CA206;
}
.TagClassName
{
border-color: #1CA206;
}
</style>