Shades of Islamic Green #12BD10
Tints of Islamic Green #12BD10
RGB
CMYK
RGB Variations
Color information
#12BD10 (or 0x12BD10) is known color: Islamic Green. HEX triplet: 12, BD and 10. RGB value is (18,189,16). Sum of RGB (Red+Green+Blue) = 18+189+16=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 189 (74.22% from 255 or 84.75% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD10 is #ED42EF. Grayscale: #767676. Windows color (decimal): -15549168 or 1096978. OLE color: 1096978.
HSL color Cylindrical-coordinate representation of color #12BD10: hue angle of 119.31º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BD10 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 16 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.26 |
| HSL | 119.31º | 0.84% | 0.4% | - |
| HSV(B) | 119.31º | 0.92% | 0.74% | - |
| XYZ | 18.54 | 36.56 | 6.57 | - |
| YUV | 118.15 | 70.35 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 16 | 0.90 | 0 | 0.92 | 0.26 | 119.31 | 0.84 | 0.4 |
| Hex | 12 | BD | 10 | 5A | 0 | 5C | 1A | 77 | 54 | 28 |
| Octal | 22 | 275 | 20 | 132 | 0 | 134 | 32 | 167 | 124 | 50 |
| Binary | 10010 | 10111101 | 10000 | 1011010 | 0 | 1011100 | 11010 | 1110111 | 1010100 | 101000 |
Color Harmonies of #12BD10
Complementary color
Monochromatic Colors of #12BD10
Black with #12BD10
Text Example
Text Example
White with #12BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD10; }
p { color: rgb(18,189,16); }
H1.HeaderClassName
{
color: #12BD10;
}
.AnyTagClassName
{
color: #12BD10;
}
</style>
background-color css
<style>
a { background-color: #12BD10; }
a { background-color: rgb(18,189,16); }
div.DivClassName
{
background-color: #12BD10;
}
.BgClassName
{
background-color: #12BD10;
}
</style>
border-color css
<style>
span { border-color: #12BD10; }
span { border-color: rgb(18,189,16); }
td.TdClassName
{
border-color: #12BD10;
}
.TagClassName
{
border-color: #12BD10;
}
</style>