Shades of Islamic Green #09AC0B
Tints of Islamic Green #09AC0B
RGB
CMYK
RGB Variations
Color information
#09AC0B (or 0x09AC0B) is known color: Islamic Green. HEX triplet: 09, AC and 0B. RGB value is (9,172,11). Sum of RGB (Red+Green+Blue) = 9+172+11=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 172 (67.58% from 255 or 89.58% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09AC0B is #F653F4. Grayscale: #696969. Windows color (decimal): -16143349 or 764937. OLE color: 764937.
HSL color Cylindrical-coordinate representation of color #09AC0B: hue angle of 120.74º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AC0B is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 172 | 11 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.33 |
| HSL | 120.74º | 0.9% | 0.35% | - |
| HSV(B) | 120.74º | 0.95% | 0.67% | - |
| XYZ | 14.93 | 29.59 | 5.24 | - |
| YUV | 104.91 | 75 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 11 | 0.95 | 0 | 0.94 | 0.33 | 120.74 | 0.9 | 0.35 |
| Hex | 9 | AC | B | 5F | 0 | 5E | 21 | 79 | 5A | 23 |
| Octal | 11 | 254 | 13 | 137 | 0 | 136 | 41 | 171 | 132 | 43 |
| Binary | 1001 | 10101100 | 1011 | 1011111 | 0 | 1011110 | 100001 | 1111001 | 1011010 | 100011 |
Color Harmonies of #09AC0B
Complementary color
Monochromatic Colors of #09AC0B
Black with #09AC0B
Text Example
Text Example
White with #09AC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AC0B; }
p { color: rgb(9,172,11); }
H1.HeaderClassName
{
color: #09AC0B;
}
.AnyTagClassName
{
color: #09AC0B;
}
</style>
background-color css
<style>
a { background-color: #09AC0B; }
a { background-color: rgb(9,172,11); }
div.DivClassName
{
background-color: #09AC0B;
}
.BgClassName
{
background-color: #09AC0B;
}
</style>
border-color css
<style>
span { border-color: #09AC0B; }
span { border-color: rgb(9,172,11); }
td.TdClassName
{
border-color: #09AC0B;
}
.TagClassName
{
border-color: #09AC0B;
}
</style>