Shades of Islamic Green #12AF05
Tints of Islamic Green #12AF05
RGB
CMYK
RGB Variations
Color information
#12AF05 (or 0x12AF05) is known color: Islamic Green. HEX triplet: 12, AF and 05. RGB value is (18,175,5). Sum of RGB (Red+Green+Blue) = 18+175+5=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 175 (68.75% from 255 or 88.38% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AF05 is #ED50FA. Grayscale: #6D6D6D. Windows color (decimal): -15552763 or 372498. OLE color: 372498.
HSL color Cylindrical-coordinate representation of color #12AF05: hue angle of 115.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12AF05 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 5 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.31 |
| HSL | 115.41º | 0.94% | 0.35% | - |
| HSV(B) | 115.41º | 0.97% | 0.69% | - |
| XYZ | 15.61 | 30.8 | 5.27 | - |
| YUV | 108.68 | 69.49 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 5 | 0.90 | 0 | 0.97 | 0.31 | 115.41 | 0.94 | 0.35 |
| Hex | 12 | AF | 5 | 5A | 0 | 61 | 1F | 73 | 5E | 23 |
| Octal | 22 | 257 | 5 | 132 | 0 | 141 | 37 | 163 | 136 | 43 |
| Binary | 10010 | 10101111 | 101 | 1011010 | 0 | 1100001 | 11111 | 1110011 | 1011110 | 100011 |
Color Harmonies of #12AF05
Complementary color
Monochromatic Colors of #12AF05
Black with #12AF05
Text Example
Text Example
White with #12AF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF05; }
p { color: rgb(18,175,5); }
H1.HeaderClassName
{
color: #12AF05;
}
.AnyTagClassName
{
color: #12AF05;
}
</style>
background-color css
<style>
a { background-color: #12AF05; }
a { background-color: rgb(18,175,5); }
div.DivClassName
{
background-color: #12AF05;
}
.BgClassName
{
background-color: #12AF05;
}
</style>
border-color css
<style>
span { border-color: #12AF05; }
span { border-color: rgb(18,175,5); }
td.TdClassName
{
border-color: #12AF05;
}
.TagClassName
{
border-color: #12AF05;
}
</style>