Shades of Islamic Green #12A20F
Tints of Islamic Green #12A20F
RGB
CMYK
RGB Variations
Color information
#12A20F (or 0x12A20F) is known color: Islamic Green. HEX triplet: 12, A2 and 0F. RGB value is (18,162,15). Sum of RGB (Red+Green+Blue) = 18+162+15=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 162 (63.67% from 255 or 83.08% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 162 - color contains mainly: green. Hex color #12A20F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A20F is #ED5DF0. Grayscale: #666666. Windows color (decimal): -15556081 or 1024530. OLE color: 1024530.
HSL color Cylindrical-coordinate representation of color #12A20F: hue angle of 118.78º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A20F is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 162 | 15 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.36 |
| HSL | 118.78º | 0.83% | 0.35% | - |
| HSV(B) | 118.78º | 0.91% | 0.64% | - |
| XYZ | 13.26 | 26 | 4.77 | - |
| YUV | 102.19 | 78.79 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 162 | 15 | 0.89 | 0 | 0.91 | 0.36 | 118.78 | 0.83 | 0.35 |
| Hex | 12 | A2 | F | 59 | 0 | 5B | 24 | 77 | 53 | 23 |
| Octal | 22 | 242 | 17 | 131 | 0 | 133 | 44 | 167 | 123 | 43 |
| Binary | 10010 | 10100010 | 1111 | 1011001 | 0 | 1011011 | 100100 | 1110111 | 1010011 | 100011 |
Color Harmonies of #12A20F
Complementary color
Monochromatic Colors of #12A20F
Black with #12A20F
Text Example
Text Example
White with #12A20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A20F; }
p { color: rgb(18,162,15); }
H1.HeaderClassName
{
color: #12A20F;
}
.AnyTagClassName
{
color: #12A20F;
}
</style>
background-color css
<style>
a { background-color: #12A20F; }
a { background-color: rgb(18,162,15); }
div.DivClassName
{
background-color: #12A20F;
}
.BgClassName
{
background-color: #12A20F;
}
</style>
border-color css
<style>
span { border-color: #12A20F; }
span { border-color: rgb(18,162,15); }
td.TdClassName
{
border-color: #12A20F;
}
.TagClassName
{
border-color: #12A20F;
}
</style>