Shades of Islamic Green #1CB00F
Tints of Islamic Green #1CB00F
RGB
CMYK
RGB Variations
Color information
#1CB00F (or 0x1CB00F) is known color: Islamic Green. HEX triplet: 1C, B0 and 0F. RGB value is (28,176,15). Sum of RGB (Red+Green+Blue) = 28+176+15=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 176 (69.14% from 255 or 80.37% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB00F is #E34FF0. Grayscale: #717171. Windows color (decimal): -14897137 or 1028124. OLE color: 1028124.
HSL color Cylindrical-coordinate representation of color #1CB00F: hue angle of 115.16º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CB00F is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 176 | 15 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.31 |
| HSL | 115.16º | 0.84% | 0.37% | - |
| HSV(B) | 115.16º | 0.91% | 0.69% | - |
| XYZ | 16.09 | 31.33 | 5.65 | - |
| YUV | 113.39 | 72.47 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 176 | 15 | 0.84 | 0 | 0.91 | 0.31 | 115.16 | 0.84 | 0.37 |
| Hex | 1C | B0 | F | 54 | 0 | 5B | 1F | 73 | 54 | 25 |
| Octal | 34 | 260 | 17 | 124 | 0 | 133 | 37 | 163 | 124 | 45 |
| Binary | 11100 | 10110000 | 1111 | 1010100 | 0 | 1011011 | 11111 | 1110011 | 1010100 | 100101 |
Color Harmonies of #1CB00F
Complementary color
Monochromatic Colors of #1CB00F
Black with #1CB00F
Text Example
Text Example
White with #1CB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB00F; }
p { color: rgb(28,176,15); }
H1.HeaderClassName
{
color: #1CB00F;
}
.AnyTagClassName
{
color: #1CB00F;
}
</style>
background-color css
<style>
a { background-color: #1CB00F; }
a { background-color: rgb(28,176,15); }
div.DivClassName
{
background-color: #1CB00F;
}
.BgClassName
{
background-color: #1CB00F;
}
</style>
border-color css
<style>
span { border-color: #1CB00F; }
span { border-color: rgb(28,176,15); }
td.TdClassName
{
border-color: #1CB00F;
}
.TagClassName
{
border-color: #1CB00F;
}
</style>