Shades of Islamic Green #0CA41B
Tints of Islamic Green #0CA41B
RGB
CMYK
RGB Variations
Color information
#0CA41B (or 0x0CA41B) is known color: Islamic Green. HEX triplet: 0C, A4 and 1B. RGB value is (12,164,27). Sum of RGB (Red+Green+Blue) = 12+164+27=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 164 (64.45% from 255 or 80.79% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA41B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA41B is #F35BE4. Grayscale: #676767. Windows color (decimal): -15948773 or 1811468. OLE color: 1811468.
HSL color Cylindrical-coordinate representation of color #0CA41B: hue angle of 125.92º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA41B is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 164 | 27 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.36 |
| HSL | 125.92º | 0.86% | 0.35% | - |
| HSV(B) | 125.92º | 0.93% | 0.64% | - |
| XYZ | 13.62 | 26.71 | 5.47 | - |
| YUV | 102.93 | 85.14 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 164 | 27 | 0.93 | 0 | 0.84 | 0.36 | 125.92 | 0.86 | 0.35 |
| Hex | C | A4 | 1B | 5D | 0 | 54 | 24 | 7E | 56 | 23 |
| Octal | 14 | 244 | 33 | 135 | 0 | 124 | 44 | 176 | 126 | 43 |
| Binary | 1100 | 10100100 | 11011 | 1011101 | 0 | 1010100 | 100100 | 1111110 | 1010110 | 100011 |
Color Harmonies of #0CA41B
Complementary color
Monochromatic Colors of #0CA41B
Black with #0CA41B
Text Example
Text Example
White with #0CA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA41B; }
p { color: rgb(12,164,27); }
H1.HeaderClassName
{
color: #0CA41B;
}
.AnyTagClassName
{
color: #0CA41B;
}
</style>
background-color css
<style>
a { background-color: #0CA41B; }
a { background-color: rgb(12,164,27); }
div.DivClassName
{
background-color: #0CA41B;
}
.BgClassName
{
background-color: #0CA41B;
}
</style>
border-color css
<style>
span { border-color: #0CA41B; }
span { border-color: rgb(12,164,27); }
td.TdClassName
{
border-color: #0CA41B;
}
.TagClassName
{
border-color: #0CA41B;
}
</style>