Shades of Islamic Green #009A08
Tints of Islamic Green #009A08
RGB
CMYK
RGB Variations
Color information
#009A08 (or 0x009A08) is known color: Islamic Green. HEX triplet: 00, 9A and 08. RGB value is (0,154,8). Sum of RGB (Red+Green+Blue) = 0+154+8=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 154 (60.55% from 255 or 95.06% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 154 - color contains mainly: green. Hex color #009A08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009A08 is #FF65F7. Grayscale: #5B5B5B. Windows color (decimal): -16737784 or 563712. OLE color: 563712.
HSL color Cylindrical-coordinate representation of color #009A08: hue angle of 123.12º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A08 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 8 | - |
| CMYK | 1 | 0 | 0.95 | 0.40 |
| HSL | 123.12º | 1% | 0.3% | - |
| HSV(B) | 123.12º | 1% | 0.6% | - |
| XYZ | 11.6 | 23.13 | 4.08 | - |
| YUV | 91.31 | 80.98 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 8 | 1 | 0 | 0.95 | 0.40 | 123.12 | 1 | 0.3 |
| Hex | 0 | 9A | 8 | 64 | 0 | 5F | 28 | 7B | 64 | 1E |
| Octal | 0 | 232 | 10 | 144 | 0 | 137 | 50 | 173 | 144 | 36 |
| Binary | 0 | 10011010 | 1000 | 1100100 | 0 | 1011111 | 101000 | 1111011 | 1100100 | 11110 |
Color Harmonies of #009A08
Complementary color
Monochromatic Colors of #009A08
Black with #009A08
Text Example
Text Example
White with #009A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A08; }
p { color: rgb(0,154,8); }
H1.HeaderClassName
{
color: #009A08;
}
.AnyTagClassName
{
color: #009A08;
}
</style>
background-color css
<style>
a { background-color: #009A08; }
a { background-color: rgb(0,154,8); }
div.DivClassName
{
background-color: #009A08;
}
.BgClassName
{
background-color: #009A08;
}
</style>
border-color css
<style>
span { border-color: #009A08; }
span { border-color: rgb(0,154,8); }
td.TdClassName
{
border-color: #009A08;
}
.TagClassName
{
border-color: #009A08;
}
</style>