Shades of Islamic Green #09AF13
Tints of Islamic Green #09AF13
RGB
CMYK
RGB Variations
Color information
#09AF13 (or 0x09AF13) is known color: Islamic Green. HEX triplet: 09, AF and 13. RGB value is (9,175,19). Sum of RGB (Red+Green+Blue) = 9+175+19=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 175 (68.75% from 255 or 86.21% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09AF13 is #F650EC. Grayscale: #6C6C6C. Windows color (decimal): -16142573 or 1289993. OLE color: 1289993.
HSL color Cylindrical-coordinate representation of color #09AF13: hue angle of 123.61º 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 #09AF13 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 19 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.31 |
| HSL | 123.61º | 0.9% | 0.36% | - |
| HSV(B) | 123.61º | 0.95% | 0.69% | - |
| XYZ | 15.56 | 30.77 | 5.73 | - |
| YUV | 107.58 | 78 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 19 | 0.95 | 0 | 0.89 | 0.31 | 123.61 | 0.9 | 0.36 |
| Hex | 9 | AF | 13 | 5F | 0 | 59 | 1F | 7C | 5A | 24 |
| Octal | 11 | 257 | 23 | 137 | 0 | 131 | 37 | 174 | 132 | 44 |
| Binary | 1001 | 10101111 | 10011 | 1011111 | 0 | 1011001 | 11111 | 1111100 | 1011010 | 100100 |
Color Harmonies of #09AF13
Complementary color
Monochromatic Colors of #09AF13
Black with #09AF13
Text Example
Text Example
White with #09AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF13; }
p { color: rgb(9,175,19); }
H1.HeaderClassName
{
color: #09AF13;
}
.AnyTagClassName
{
color: #09AF13;
}
</style>
background-color css
<style>
a { background-color: #09AF13; }
a { background-color: rgb(9,175,19); }
div.DivClassName
{
background-color: #09AF13;
}
.BgClassName
{
background-color: #09AF13;
}
</style>
border-color css
<style>
span { border-color: #09AF13; }
span { border-color: rgb(9,175,19); }
td.TdClassName
{
border-color: #09AF13;
}
.TagClassName
{
border-color: #09AF13;
}
</style>