Shades of Islamic Green #09A00B
Tints of Islamic Green #09A00B
RGB
CMYK
RGB Variations
Color information
#09A00B (or 0x09A00B) is known color: Islamic Green. HEX triplet: 09, A0 and 0B. RGB value is (9,160,11). Sum of RGB (Red+Green+Blue) = 9+160+11=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 160 (62.89% from 255 or 88.89% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 160 - color contains mainly: green. Hex color #09A00B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09A00B is #F65FF4. Grayscale: #626262. Windows color (decimal): -16146421 or 761865. OLE color: 761865.
HSL color Cylindrical-coordinate representation of color #09A00B: hue angle of 120.79º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A00B is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 11 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.37 |
| HSL | 120.79º | 0.89% | 0.33% | - |
| HSV(B) | 120.79º | 0.94% | 0.63% | - |
| XYZ | 12.74 | 25.22 | 4.51 | - |
| YUV | 97.87 | 78.97 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 11 | 0.94 | 0 | 0.93 | 0.37 | 120.79 | 0.89 | 0.33 |
| Hex | 9 | A0 | B | 5E | 0 | 5D | 25 | 79 | 59 | 21 |
| Octal | 11 | 240 | 13 | 136 | 0 | 135 | 45 | 171 | 131 | 41 |
| Binary | 1001 | 10100000 | 1011 | 1011110 | 0 | 1011101 | 100101 | 1111001 | 1011001 | 100001 |
Color Harmonies of #09A00B
Complementary color
Monochromatic Colors of #09A00B
Black with #09A00B
Text Example
Text Example
White with #09A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A00B; }
p { color: rgb(9,160,11); }
H1.HeaderClassName
{
color: #09A00B;
}
.AnyTagClassName
{
color: #09A00B;
}
</style>
background-color css
<style>
a { background-color: #09A00B; }
a { background-color: rgb(9,160,11); }
div.DivClassName
{
background-color: #09A00B;
}
.BgClassName
{
background-color: #09A00B;
}
</style>
border-color css
<style>
span { border-color: #09A00B; }
span { border-color: rgb(9,160,11); }
td.TdClassName
{
border-color: #09A00B;
}
.TagClassName
{
border-color: #09A00B;
}
</style>