Shades of Islamic Green #209F00
Tints of Islamic Green #209F00
RGB
CMYK
RGB Variations
Color information
#209F00 (or 0x209F00) is known color: Islamic Green. HEX triplet: 20, 9F and 00. RGB value is (32,159,0). Sum of RGB (Red+Green+Blue) = 32+159+0=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 159 (62.5% from 255 or 83.25% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 159 - color contains mainly: green. Hex color #209F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209F00 is #DF60FF. Grayscale: #676767. Windows color (decimal): -14639360 or 40736. OLE color: 40736.
HSL color Cylindrical-coordinate representation of color #209F00: hue angle of 107.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #209F00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.38 |
| HSL | 107.92º | 1% | 0.31% | - |
| HSV(B) | 107.92º | 1% | 0.62% | - |
| XYZ | 12.99 | 25.1 | 4.16 | - |
| YUV | 102.9 | 69.92 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 0 | 0.80 | 0 | 1 | 0.38 | 107.92 | 1 | 0.31 |
| Hex | 20 | 9F | 0 | 50 | 0 | 64 | 26 | 6C | 64 | 1F |
| Octal | 40 | 237 | 0 | 120 | 0 | 144 | 46 | 154 | 144 | 37 |
| Binary | 100000 | 10011111 | 0 | 1010000 | 0 | 1100100 | 100110 | 1101100 | 1100100 | 11111 |
Color Harmonies of #209F00
Complementary color
Monochromatic Colors of #209F00
Black with #209F00
Text Example
Text Example
White with #209F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F00; }
p { color: rgb(32,159,0); }
H1.HeaderClassName
{
color: #209F00;
}
.AnyTagClassName
{
color: #209F00;
}
</style>
background-color css
<style>
a { background-color: #209F00; }
a { background-color: rgb(32,159,0); }
div.DivClassName
{
background-color: #209F00;
}
.BgClassName
{
background-color: #209F00;
}
</style>
border-color css
<style>
span { border-color: #209F00; }
span { border-color: rgb(32,159,0); }
td.TdClassName
{
border-color: #209F00;
}
.TagClassName
{
border-color: #209F00;
}
</style>