Shades of Islamic Green #12AF11
Tints of Islamic Green #12AF11
RGB
CMYK
RGB Variations
Color information
#12AF11 (or 0x12AF11) is known color: Islamic Green. HEX triplet: 12, AF and 11. RGB value is (18,175,17). Sum of RGB (Red+Green+Blue) = 18+175+17=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 175 (68.75% from 255 or 83.33% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AF11 is #ED50EE. Grayscale: #6E6E6E. Windows color (decimal): -15552751 or 1158930. OLE color: 1158930.
HSL color Cylindrical-coordinate representation of color #12AF11: hue angle of 119.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF11 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 17 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.31 |
| HSL | 119.62º | 0.82% | 0.38% | - |
| HSV(B) | 119.62º | 0.9% | 0.69% | - |
| XYZ | 15.68 | 30.83 | 5.65 | - |
| YUV | 110.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 17 | 0.90 | 0 | 0.90 | 0.31 | 119.62 | 0.82 | 0.38 |
| Hex | 12 | AF | 11 | 5A | 0 | 5A | 1F | 78 | 52 | 26 |
| Octal | 22 | 257 | 21 | 132 | 0 | 132 | 37 | 170 | 122 | 46 |
| Binary | 10010 | 10101111 | 10001 | 1011010 | 0 | 1011010 | 11111 | 1111000 | 1010010 | 100110 |
Color Harmonies of #12AF11
Complementary color
Monochromatic Colors of #12AF11
Black with #12AF11
Text Example
Text Example
White with #12AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF11; }
p { color: rgb(18,175,17); }
H1.HeaderClassName
{
color: #12AF11;
}
.AnyTagClassName
{
color: #12AF11;
}
</style>
background-color css
<style>
a { background-color: #12AF11; }
a { background-color: rgb(18,175,17); }
div.DivClassName
{
background-color: #12AF11;
}
.BgClassName
{
background-color: #12AF11;
}
</style>
border-color css
<style>
span { border-color: #12AF11; }
span { border-color: rgb(18,175,17); }
td.TdClassName
{
border-color: #12AF11;
}
.TagClassName
{
border-color: #12AF11;
}
</style>