Shades of Islamic Green #12AF09
Tints of Islamic Green #12AF09
RGB
CMYK
RGB Variations
Color information
#12AF09 (or 0x12AF09) is known color: Islamic Green. HEX triplet: 12, AF and 09. RGB value is (18,175,9). Sum of RGB (Red+Green+Blue) = 18+175+9=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 175 (68.75% from 255 or 86.63% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AF09 is #ED50F6. Grayscale: #6D6D6D. Windows color (decimal): -15552759 or 634642. OLE color: 634642.
HSL color Cylindrical-coordinate representation of color #12AF09: hue angle of 116.75º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12AF09 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 9 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.31 |
| HSL | 116.75º | 0.9% | 0.36% | - |
| HSV(B) | 116.75º | 0.95% | 0.69% | - |
| XYZ | 15.63 | 30.81 | 5.38 | - |
| YUV | 109.13 | 71.49 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 9 | 0.90 | 0 | 0.95 | 0.31 | 116.75 | 0.9 | 0.36 |
| Hex | 12 | AF | 9 | 5A | 0 | 5F | 1F | 75 | 5A | 24 |
| Octal | 22 | 257 | 11 | 132 | 0 | 137 | 37 | 165 | 132 | 44 |
| Binary | 10010 | 10101111 | 1001 | 1011010 | 0 | 1011111 | 11111 | 1110101 | 1011010 | 100100 |
Color Harmonies of #12AF09
Complementary color
Monochromatic Colors of #12AF09
Black with #12AF09
Text Example
Text Example
White with #12AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF09; }
p { color: rgb(18,175,9); }
H1.HeaderClassName
{
color: #12AF09;
}
.AnyTagClassName
{
color: #12AF09;
}
</style>
background-color css
<style>
a { background-color: #12AF09; }
a { background-color: rgb(18,175,9); }
div.DivClassName
{
background-color: #12AF09;
}
.BgClassName
{
background-color: #12AF09;
}
</style>
border-color css
<style>
span { border-color: #12AF09; }
span { border-color: rgb(18,175,9); }
td.TdClassName
{
border-color: #12AF09;
}
.TagClassName
{
border-color: #12AF09;
}
</style>