Shades of Islamic Green #009A1C
Tints of Islamic Green #009A1C
RGB
CMYK
RGB Variations
Color information
#009A1C (or 0x009A1C) is known color: Islamic Green. HEX triplet: 00, 9A and 1C. RGB value is (0,154,28). Sum of RGB (Red+Green+Blue) = 0+154+28=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 154 (60.55% from 255 or 84.62% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 154 - color contains mainly: green. Hex color #009A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009A1C is #FF65E3. Grayscale: #5D5D5D. Windows color (decimal): -16737764 or 1874432. OLE color: 1874432.
HSL color Cylindrical-coordinate representation of color #009A1C: hue angle of 130.91º 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 #009A1C is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 28 | - |
| CMYK | 1 | 0 | 0.82 | 0.40 |
| HSL | 130.91º | 1% | 0.3% | - |
| HSV(B) | 130.91º | 1% | 0.6% | - |
| XYZ | 11.77 | 23.2 | 4.96 | - |
| YUV | 93.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 28 | 1 | 0 | 0.82 | 0.40 | 130.91 | 1 | 0.3 |
| Hex | 0 | 9A | 1C | 64 | 0 | 52 | 28 | 83 | 64 | 1E |
| Octal | 0 | 232 | 34 | 144 | 0 | 122 | 50 | 203 | 144 | 36 |
| Binary | 0 | 10011010 | 11100 | 1100100 | 0 | 1010010 | 101000 | 10000011 | 1100100 | 11110 |
Color Harmonies of #009A1C
Complementary color
Monochromatic Colors of #009A1C
Black with #009A1C
Text Example
Text Example
White with #009A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A1C; }
p { color: rgb(0,154,28); }
H1.HeaderClassName
{
color: #009A1C;
}
.AnyTagClassName
{
color: #009A1C;
}
</style>
background-color css
<style>
a { background-color: #009A1C; }
a { background-color: rgb(0,154,28); }
div.DivClassName
{
background-color: #009A1C;
}
.BgClassName
{
background-color: #009A1C;
}
</style>
border-color css
<style>
span { border-color: #009A1C; }
span { border-color: rgb(0,154,28); }
td.TdClassName
{
border-color: #009A1C;
}
.TagClassName
{
border-color: #009A1C;
}
</style>