Shades of Islamic Green #12B907
Tints of Islamic Green #12B907
RGB
CMYK
RGB Variations
Color information
#12B907 (or 0x12B907) is known color: Islamic Green. HEX triplet: 12, B9 and 07. RGB value is (18,185,7). Sum of RGB (Red+Green+Blue) = 18+185+7=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 185 (72.66% from 255 or 88.10% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 185 - color contains mainly: green. Hex color #12B907 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B907 is #ED46F8. Grayscale: #737373. Windows color (decimal): -15550201 or 506130. OLE color: 506130.
HSL color Cylindrical-coordinate representation of color #12B907: hue angle of 116.29º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12B907 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 7 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.27 |
| HSL | 116.29º | 0.93% | 0.38% | - |
| HSV(B) | 116.29º | 0.96% | 0.73% | - |
| XYZ | 17.64 | 34.84 | 6 | - |
| YUV | 114.78 | 67.17 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 7 | 0.90 | 0 | 0.96 | 0.27 | 116.29 | 0.93 | 0.38 |
| Hex | 12 | B9 | 7 | 5A | 0 | 60 | 1B | 74 | 5D | 26 |
| Octal | 22 | 271 | 7 | 132 | 0 | 140 | 33 | 164 | 135 | 46 |
| Binary | 10010 | 10111001 | 111 | 1011010 | 0 | 1100000 | 11011 | 1110100 | 1011101 | 100110 |
Color Harmonies of #12B907
Complementary color
Monochromatic Colors of #12B907
Black with #12B907
Text Example
Text Example
White with #12B907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B907; }
p { color: rgb(18,185,7); }
H1.HeaderClassName
{
color: #12B907;
}
.AnyTagClassName
{
color: #12B907;
}
</style>
background-color css
<style>
a { background-color: #12B907; }
a { background-color: rgb(18,185,7); }
div.DivClassName
{
background-color: #12B907;
}
.BgClassName
{
background-color: #12B907;
}
</style>
border-color css
<style>
span { border-color: #12B907; }
span { border-color: rgb(18,185,7); }
td.TdClassName
{
border-color: #12B907;
}
.TagClassName
{
border-color: #12B907;
}
</style>