Shades of Islamic Green #0CAB1C
Tints of Islamic Green #0CAB1C
RGB
CMYK
RGB Variations
Color information
#0CAB1C (or 0x0CAB1C) is known color: Islamic Green. HEX triplet: 0C, AB and 1C. RGB value is (12,171,28). Sum of RGB (Red+Green+Blue) = 12+171+28=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 171 (67.19% from 255 or 81.04% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB1C is #F354E3. Grayscale: #6B6B6B. Windows color (decimal): -15946980 or 1878796. OLE color: 1878796.
HSL color Cylindrical-coordinate representation of color #0CAB1C: hue angle of 126.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB1C is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 171 | 28 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.33 |
| HSL | 126.04º | 0.87% | 0.36% | - |
| HSV(B) | 126.04º | 0.93% | 0.67% | - |
| XYZ | 14.92 | 29.29 | 5.97 | - |
| YUV | 107.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 28 | 0.93 | 0 | 0.84 | 0.33 | 126.04 | 0.87 | 0.36 |
| Hex | C | AB | 1C | 5D | 0 | 54 | 21 | 7E | 57 | 24 |
| Octal | 14 | 253 | 34 | 135 | 0 | 124 | 41 | 176 | 127 | 44 |
| Binary | 1100 | 10101011 | 11100 | 1011101 | 0 | 1010100 | 100001 | 1111110 | 1010111 | 100100 |
Color Harmonies of #0CAB1C
Complementary color
Monochromatic Colors of #0CAB1C
Black with #0CAB1C
Text Example
Text Example
White with #0CAB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAB1C; }
p { color: rgb(12,171,28); }
H1.HeaderClassName
{
color: #0CAB1C;
}
.AnyTagClassName
{
color: #0CAB1C;
}
</style>
background-color css
<style>
a { background-color: #0CAB1C; }
a { background-color: rgb(12,171,28); }
div.DivClassName
{
background-color: #0CAB1C;
}
.BgClassName
{
background-color: #0CAB1C;
}
</style>
border-color css
<style>
span { border-color: #0CAB1C; }
span { border-color: rgb(12,171,28); }
td.TdClassName
{
border-color: #0CAB1C;
}
.TagClassName
{
border-color: #0CAB1C;
}
</style>