Shades of Islamic Green #09AB14
Tints of Islamic Green #09AB14
RGB
CMYK
RGB Variations
Color information
#09AB14 (or 0x09AB14) is known color: Islamic Green. HEX triplet: 09, AB and 14. RGB value is (9,171,20). Sum of RGB (Red+Green+Blue) = 9+171+20=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 171 (67.19% from 255 or 85.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09AB14 is #F654EB. Grayscale: #696969. Windows color (decimal): -16143596 or 1354505. OLE color: 1354505.
HSL color Cylindrical-coordinate representation of color #09AB14: hue angle of 124.07º 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 #09AB14 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 171 | 20 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.33 |
| HSL | 124.07º | 0.9% | 0.35% | - |
| HSV(B) | 124.07º | 0.95% | 0.67% | - |
| XYZ | 14.8 | 29.23 | 5.52 | - |
| YUV | 105.35 | 79.83 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 20 | 0.95 | 0 | 0.88 | 0.33 | 124.07 | 0.9 | 0.35 |
| Hex | 9 | AB | 14 | 5F | 0 | 58 | 21 | 7C | 5A | 23 |
| Octal | 11 | 253 | 24 | 137 | 0 | 130 | 41 | 174 | 132 | 43 |
| Binary | 1001 | 10101011 | 10100 | 1011111 | 0 | 1011000 | 100001 | 1111100 | 1011010 | 100011 |
Color Harmonies of #09AB14
Complementary color
Monochromatic Colors of #09AB14
Black with #09AB14
Text Example
Text Example
White with #09AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AB14; }
p { color: rgb(9,171,20); }
H1.HeaderClassName
{
color: #09AB14;
}
.AnyTagClassName
{
color: #09AB14;
}
</style>
background-color css
<style>
a { background-color: #09AB14; }
a { background-color: rgb(9,171,20); }
div.DivClassName
{
background-color: #09AB14;
}
.BgClassName
{
background-color: #09AB14;
}
</style>
border-color css
<style>
span { border-color: #09AB14; }
span { border-color: rgb(9,171,20); }
td.TdClassName
{
border-color: #09AB14;
}
.TagClassName
{
border-color: #09AB14;
}
</style>