Shades of Islamic Green #1CBA05
Tints of Islamic Green #1CBA05
RGB
CMYK
RGB Variations
Color information
#1CBA05 (or 0x1CBA05) is known color: Islamic Green. HEX triplet: 1C, BA and 05. RGB value is (28,186,5). Sum of RGB (Red+Green+Blue) = 28+186+5=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 186 (73.05% from 255 or 84.93% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBA05 is #E345FA. Grayscale: #767676. Windows color (decimal): -14894587 or 375324. OLE color: 375324.
HSL color Cylindrical-coordinate representation of color #1CBA05: hue angle of 112.38º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CBA05 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 5 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.27 |
| HSL | 112.38º | 0.95% | 0.37% | - |
| HSV(B) | 112.38º | 0.97% | 0.73% | - |
| XYZ | 18.07 | 35.38 | 6.02 | - |
| YUV | 118.12 | 64.15 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 5 | 0.85 | 0 | 0.97 | 0.27 | 112.38 | 0.95 | 0.37 |
| Hex | 1C | BA | 5 | 55 | 0 | 61 | 1B | 70 | 5F | 25 |
| Octal | 34 | 272 | 5 | 125 | 0 | 141 | 33 | 160 | 137 | 45 |
| Binary | 11100 | 10111010 | 101 | 1010101 | 0 | 1100001 | 11011 | 1110000 | 1011111 | 100101 |
Color Harmonies of #1CBA05
Complementary color
Monochromatic Colors of #1CBA05
Black with #1CBA05
Text Example
Text Example
White with #1CBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA05; }
p { color: rgb(28,186,5); }
H1.HeaderClassName
{
color: #1CBA05;
}
.AnyTagClassName
{
color: #1CBA05;
}
</style>
background-color css
<style>
a { background-color: #1CBA05; }
a { background-color: rgb(28,186,5); }
div.DivClassName
{
background-color: #1CBA05;
}
.BgClassName
{
background-color: #1CBA05;
}
</style>
border-color css
<style>
span { border-color: #1CBA05; }
span { border-color: rgb(28,186,5); }
td.TdClassName
{
border-color: #1CBA05;
}
.TagClassName
{
border-color: #1CBA05;
}
</style>