Shades of Islamic Green #12AF02
Tints of Islamic Green #12AF02
RGB
CMYK
RGB Variations
Color information
#12AF02 (or 0x12AF02) is known color: Islamic Green. HEX triplet: 12, AF and 02. RGB value is (18,175,2). Sum of RGB (Red+Green+Blue) = 18+175+2=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 175 (68.75% from 255 or 89.74% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AF02 is #ED50FD. Grayscale: #6C6C6C. Windows color (decimal): -15552766 or 175890. OLE color: 175890.
HSL color Cylindrical-coordinate representation of color #12AF02: hue angle of 114.45º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12AF02 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.31 |
| HSL | 114.45º | 0.98% | 0.35% | - |
| HSV(B) | 114.45º | 0.99% | 0.69% | - |
| XYZ | 15.59 | 30.79 | 5.18 | - |
| YUV | 108.34 | 67.99 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 2 | 0.90 | 0 | 0.99 | 0.31 | 114.45 | 0.98 | 0.35 |
| Hex | 12 | AF | 2 | 5A | 0 | 63 | 1F | 72 | 62 | 23 |
| Octal | 22 | 257 | 2 | 132 | 0 | 143 | 37 | 162 | 142 | 43 |
| Binary | 10010 | 10101111 | 10 | 1011010 | 0 | 1100011 | 11111 | 1110010 | 1100010 | 100011 |
Color Harmonies of #12AF02
Complementary color
Monochromatic Colors of #12AF02
Black with #12AF02
Text Example
Text Example
White with #12AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF02; }
p { color: rgb(18,175,2); }
H1.HeaderClassName
{
color: #12AF02;
}
.AnyTagClassName
{
color: #12AF02;
}
</style>
background-color css
<style>
a { background-color: #12AF02; }
a { background-color: rgb(18,175,2); }
div.DivClassName
{
background-color: #12AF02;
}
.BgClassName
{
background-color: #12AF02;
}
</style>
border-color css
<style>
span { border-color: #12AF02; }
span { border-color: rgb(18,175,2); }
td.TdClassName
{
border-color: #12AF02;
}
.TagClassName
{
border-color: #12AF02;
}
</style>