Shades of Islamic Green #1CAD05
Tints of Islamic Green #1CAD05
RGB
CMYK
RGB Variations
Color information
#1CAD05 (or 0x1CAD05) is known color: Islamic Green. HEX triplet: 1C, AD and 05. RGB value is (28,173,5). Sum of RGB (Red+Green+Blue) = 28+173+5=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 173 (67.97% from 255 or 83.98% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAD05 is #E352FA. Grayscale: #6F6F6F. Windows color (decimal): -14897915 or 371996. OLE color: 371996.
HSL color Cylindrical-coordinate representation of color #1CAD05: hue angle of 111.79º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CAD05 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 173 | 5 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.32 |
| HSL | 111.79º | 0.94% | 0.35% | - |
| HSV(B) | 111.79º | 0.97% | 0.68% | - |
| XYZ | 15.45 | 30.14 | 5.15 | - |
| YUV | 110.49 | 68.46 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 5 | 0.84 | 0 | 0.97 | 0.32 | 111.79 | 0.94 | 0.35 |
| Hex | 1C | AD | 5 | 54 | 0 | 61 | 20 | 70 | 5E | 23 |
| Octal | 34 | 255 | 5 | 124 | 0 | 141 | 40 | 160 | 136 | 43 |
| Binary | 11100 | 10101101 | 101 | 1010100 | 0 | 1100001 | 100000 | 1110000 | 1011110 | 100011 |
Color Harmonies of #1CAD05
Complementary color
Monochromatic Colors of #1CAD05
Black with #1CAD05
Text Example
Text Example
White with #1CAD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAD05; }
p { color: rgb(28,173,5); }
H1.HeaderClassName
{
color: #1CAD05;
}
.AnyTagClassName
{
color: #1CAD05;
}
</style>
background-color css
<style>
a { background-color: #1CAD05; }
a { background-color: rgb(28,173,5); }
div.DivClassName
{
background-color: #1CAD05;
}
.BgClassName
{
background-color: #1CAD05;
}
</style>
border-color css
<style>
span { border-color: #1CAD05; }
span { border-color: rgb(28,173,5); }
td.TdClassName
{
border-color: #1CAD05;
}
.TagClassName
{
border-color: #1CAD05;
}
</style>