Shades of Islamic Green #0CA100
Tints of Islamic Green #0CA100
RGB
CMYK
RGB Variations
Color information
#0CA100 (or 0x0CA100) is known color: Islamic Green. HEX triplet: 0C, A1 and 00. RGB value is (12,161,0). Sum of RGB (Red+Green+Blue) = 12+161+0=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 161 (63.28% from 255 or 93.06% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA100 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA100 is #F35EFF. Grayscale: #626262. Windows color (decimal): -15949568 or 41228. OLE color: 41228.
HSL color Cylindrical-coordinate representation of color #0CA100: hue angle of 115.53º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CA100 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 161 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.37 |
| HSL | 115.53º | 1% | 0.32% | - |
| HSV(B) | 115.53º | 1% | 0.63% | - |
| XYZ | 12.9 | 25.57 | 4.26 | - |
| YUV | 98.1 | 72.64 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 0 | 0.93 | 0 | 1 | 0.37 | 115.53 | 1 | 0.32 |
| Hex | C | A1 | 0 | 5D | 0 | 64 | 25 | 74 | 64 | 20 |
| Octal | 14 | 241 | 0 | 135 | 0 | 144 | 45 | 164 | 144 | 40 |
| Binary | 1100 | 10100001 | 0 | 1011101 | 0 | 1100100 | 100101 | 1110100 | 1100100 | 100000 |
Color Harmonies of #0CA100
Complementary color
Monochromatic Colors of #0CA100
Black with #0CA100
Text Example
Text Example
White with #0CA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA100; }
p { color: rgb(12,161,0); }
H1.HeaderClassName
{
color: #0CA100;
}
.AnyTagClassName
{
color: #0CA100;
}
</style>
background-color css
<style>
a { background-color: #0CA100; }
a { background-color: rgb(12,161,0); }
div.DivClassName
{
background-color: #0CA100;
}
.BgClassName
{
background-color: #0CA100;
}
</style>
border-color css
<style>
span { border-color: #0CA100; }
span { border-color: rgb(12,161,0); }
td.TdClassName
{
border-color: #0CA100;
}
.TagClassName
{
border-color: #0CA100;
}
</style>