Shades of Islamic Green #0CAA1D
Tints of Islamic Green #0CAA1D
RGB
CMYK
RGB Variations
Color information
#0CAA1D (or 0x0CAA1D) is known color: Islamic Green. HEX triplet: 0C, AA and 1D. RGB value is (12,170,29). Sum of RGB (Red+Green+Blue) = 12+170+29=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 170 (66.80% from 255 or 80.57% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAA1D is #F355E2. Grayscale: #6B6B6B. Windows color (decimal): -15947235 or 1944076. OLE color: 1944076.
HSL color Cylindrical-coordinate representation of color #0CAA1D: hue angle of 126.46º 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 #0CAA1D is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 29 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.33 |
| HSL | 126.46º | 0.87% | 0.36% | - |
| HSV(B) | 126.46º | 0.93% | 0.67% | - |
| XYZ | 14.75 | 28.92 | 5.97 | - |
| YUV | 106.68 | 84.15 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 29 | 0.93 | 0 | 0.83 | 0.33 | 126.46 | 0.87 | 0.36 |
| Hex | C | AA | 1D | 5D | 0 | 53 | 21 | 7E | 57 | 24 |
| Octal | 14 | 252 | 35 | 135 | 0 | 123 | 41 | 176 | 127 | 44 |
| Binary | 1100 | 10101010 | 11101 | 1011101 | 0 | 1010011 | 100001 | 1111110 | 1010111 | 100100 |
Color Harmonies of #0CAA1D
Complementary color
Monochromatic Colors of #0CAA1D
Black with #0CAA1D
Text Example
Text Example
White with #0CAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA1D; }
p { color: rgb(12,170,29); }
H1.HeaderClassName
{
color: #0CAA1D;
}
.AnyTagClassName
{
color: #0CAA1D;
}
</style>
background-color css
<style>
a { background-color: #0CAA1D; }
a { background-color: rgb(12,170,29); }
div.DivClassName
{
background-color: #0CAA1D;
}
.BgClassName
{
background-color: #0CAA1D;
}
</style>
border-color css
<style>
span { border-color: #0CAA1D; }
span { border-color: rgb(12,170,29); }
td.TdClassName
{
border-color: #0CAA1D;
}
.TagClassName
{
border-color: #0CAA1D;
}
</style>