Shades of Islamic Green #009A02
Tints of Islamic Green #009A02
RGB
CMYK
RGB Variations
Color information
#009A02 (or 0x009A02) is known color: Islamic Green. HEX triplet: 00, 9A and 02. RGB value is (0,154,2). Sum of RGB (Red+Green+Blue) = 0+154+2=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 154 (60.55% from 255 or 98.72% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 154 - color contains mainly: green. Hex color #009A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009A02 is #FF65FD. Grayscale: #5B5B5B. Windows color (decimal): -16737790 or 170496. OLE color: 170496.
HSL color Cylindrical-coordinate representation of color #009A02: hue angle of 120.78º 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 #009A02 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.40 |
| HSL | 120.78º | 1% | 0.3% | - |
| HSV(B) | 120.78º | 1% | 0.6% | - |
| XYZ | 11.57 | 23.12 | 3.91 | - |
| YUV | 90.63 | 77.98 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 2 | 1 | 0 | 0.99 | 0.40 | 120.78 | 1 | 0.3 |
| Hex | 0 | 9A | 2 | 64 | 0 | 63 | 28 | 79 | 64 | 1E |
| Octal | 0 | 232 | 2 | 144 | 0 | 143 | 50 | 171 | 144 | 36 |
| Binary | 0 | 10011010 | 10 | 1100100 | 0 | 1100011 | 101000 | 1111001 | 1100100 | 11110 |
Color Harmonies of #009A02
Complementary color
Monochromatic Colors of #009A02
Black with #009A02
Text Example
Text Example
White with #009A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A02; }
p { color: rgb(0,154,2); }
H1.HeaderClassName
{
color: #009A02;
}
.AnyTagClassName
{
color: #009A02;
}
</style>
background-color css
<style>
a { background-color: #009A02; }
a { background-color: rgb(0,154,2); }
div.DivClassName
{
background-color: #009A02;
}
.BgClassName
{
background-color: #009A02;
}
</style>
border-color css
<style>
span { border-color: #009A02; }
span { border-color: rgb(0,154,2); }
td.TdClassName
{
border-color: #009A02;
}
.TagClassName
{
border-color: #009A02;
}
</style>