Shades of Islamic Green #0CA300
Tints of Islamic Green #0CA300
RGB
CMYK
RGB Variations
Color information
#0CA300 (or 0x0CA300) is known color: Islamic Green. HEX triplet: 0C, A3 and 00. RGB value is (12,163,0). Sum of RGB (Red+Green+Blue) = 12+163+0=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 163 (64.06% from 255 or 93.14% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA300 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA300 is #F35CFF. Grayscale: #636363. Windows color (decimal): -15949056 or 41740. OLE color: 41740.
HSL color Cylindrical-coordinate representation of color #0CA300: hue angle of 115.58º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CA300 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.36 |
| HSL | 115.58º | 1% | 0.32% | - |
| HSV(B) | 115.58º | 1% | 0.64% | - |
| XYZ | 13.25 | 26.27 | 4.37 | - |
| YUV | 99.27 | 71.97 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 0 | 0.93 | 0 | 1 | 0.36 | 115.58 | 1 | 0.32 |
| Hex | C | A3 | 0 | 5D | 0 | 64 | 24 | 74 | 64 | 20 |
| Octal | 14 | 243 | 0 | 135 | 0 | 144 | 44 | 164 | 144 | 40 |
| Binary | 1100 | 10100011 | 0 | 1011101 | 0 | 1100100 | 100100 | 1110100 | 1100100 | 100000 |
Color Harmonies of #0CA300
Complementary color
Monochromatic Colors of #0CA300
Black with #0CA300
Text Example
Text Example
White with #0CA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA300; }
p { color: rgb(12,163,0); }
H1.HeaderClassName
{
color: #0CA300;
}
.AnyTagClassName
{
color: #0CA300;
}
</style>
background-color css
<style>
a { background-color: #0CA300; }
a { background-color: rgb(12,163,0); }
div.DivClassName
{
background-color: #0CA300;
}
.BgClassName
{
background-color: #0CA300;
}
</style>
border-color css
<style>
span { border-color: #0CA300; }
span { border-color: rgb(12,163,0); }
td.TdClassName
{
border-color: #0CA300;
}
.TagClassName
{
border-color: #0CA300;
}
</style>