Shades of Islamic Green #009102
Tints of Islamic Green #009102
RGB
CMYK
RGB Variations
Color information
#009102 (or 0x009102) is known color: Islamic Green. HEX triplet: 00, 91 and 02. RGB value is (0,145,2). Sum of RGB (Red+Green+Blue) = 0+145+2=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 145 (57.03% from 255 or 98.64% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 145 - color contains mainly: green. Hex color #009102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009102 is #FF6EFD. Grayscale: #555555. Windows color (decimal): -16740094 or 168192. OLE color: 168192.
HSL color Cylindrical-coordinate representation of color #009102: hue angle of 120.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009102 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.43 |
| HSL | 120.83º | 1% | 0.28% | - |
| HSV(B) | 120.83º | 1% | 0.57% | - |
| XYZ | 10.14 | 20.26 | 3.43 | - |
| YUV | 85.34 | 80.96 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 2 | 1 | 0 | 0.99 | 0.43 | 120.83 | 1 | 0.28 |
| Hex | 0 | 91 | 2 | 64 | 0 | 63 | 2B | 79 | 64 | 1C |
| Octal | 0 | 221 | 2 | 144 | 0 | 143 | 53 | 171 | 144 | 34 |
| Binary | 0 | 10010001 | 10 | 1100100 | 0 | 1100011 | 101011 | 1111001 | 1100100 | 11100 |
Color Harmonies of #009102
Complementary color
Monochromatic Colors of #009102
Black with #009102
Text Example
Text Example
White with #009102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009102; }
p { color: rgb(0,145,2); }
H1.HeaderClassName
{
color: #009102;
}
.AnyTagClassName
{
color: #009102;
}
</style>
background-color css
<style>
a { background-color: #009102; }
a { background-color: rgb(0,145,2); }
div.DivClassName
{
background-color: #009102;
}
.BgClassName
{
background-color: #009102;
}
</style>
border-color css
<style>
span { border-color: #009102; }
span { border-color: rgb(0,145,2); }
td.TdClassName
{
border-color: #009102;
}
.TagClassName
{
border-color: #009102;
}
</style>