Shades of Islamic Green #0CAA1B
Tints of Islamic Green #0CAA1B
RGB
CMYK
RGB Variations
Color information
#0CAA1B (or 0x0CAA1B) is known color: Islamic Green. HEX triplet: 0C, AA and 1B. RGB value is (12,170,27). Sum of RGB (Red+Green+Blue) = 12+170+27=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 170 (66.80% from 255 or 81.34% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAA1B is #F355E4. Grayscale: #6A6A6A. Windows color (decimal): -15947237 or 1813004. OLE color: 1813004.
HSL color Cylindrical-coordinate representation of color #0CAA1B: hue angle of 125.7º 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 #0CAA1B is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 27 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.33 |
| HSL | 125.7º | 0.87% | 0.36% | - |
| HSV(B) | 125.7º | 0.93% | 0.67% | - |
| XYZ | 14.72 | 28.91 | 5.84 | - |
| YUV | 106.46 | 83.15 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 27 | 0.93 | 0 | 0.84 | 0.33 | 125.7 | 0.87 | 0.36 |
| Hex | C | AA | 1B | 5D | 0 | 54 | 21 | 7E | 57 | 24 |
| Octal | 14 | 252 | 33 | 135 | 0 | 124 | 41 | 176 | 127 | 44 |
| Binary | 1100 | 10101010 | 11011 | 1011101 | 0 | 1010100 | 100001 | 1111110 | 1010111 | 100100 |
Color Harmonies of #0CAA1B
Complementary color
Monochromatic Colors of #0CAA1B
Black with #0CAA1B
Text Example
Text Example
White with #0CAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA1B; }
p { color: rgb(12,170,27); }
H1.HeaderClassName
{
color: #0CAA1B;
}
.AnyTagClassName
{
color: #0CAA1B;
}
</style>
background-color css
<style>
a { background-color: #0CAA1B; }
a { background-color: rgb(12,170,27); }
div.DivClassName
{
background-color: #0CAA1B;
}
.BgClassName
{
background-color: #0CAA1B;
}
</style>
border-color css
<style>
span { border-color: #0CAA1B; }
span { border-color: rgb(12,170,27); }
td.TdClassName
{
border-color: #0CAA1B;
}
.TagClassName
{
border-color: #0CAA1B;
}
</style>