Shades of Islamic Green #06AD0D
Tints of Islamic Green #06AD0D
RGB
CMYK
RGB Variations
Color information
#06AD0D (or 0x06AD0D) is known color: Islamic Green. HEX triplet: 06, AD and 0D. RGB value is (6,173,13). Sum of RGB (Red+Green+Blue) = 6+173+13=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 173 (67.97% from 255 or 90.10% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AD0D is #F952F2. Grayscale: #696969. Windows color (decimal): -16339699 or 896262. OLE color: 896262.
HSL color Cylindrical-coordinate representation of color #06AD0D: hue angle of 122.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD0D is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 173 | 13 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.32 |
| HSL | 122.52º | 0.93% | 0.35% | - |
| HSV(B) | 122.52º | 0.97% | 0.68% | - |
| XYZ | 15.09 | 29.95 | 5.37 | - |
| YUV | 104.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 13 | 0.97 | 0 | 0.92 | 0.32 | 122.52 | 0.93 | 0.35 |
| Hex | 6 | AD | D | 61 | 0 | 5C | 20 | 7B | 5D | 23 |
| Octal | 6 | 255 | 15 | 141 | 0 | 134 | 40 | 173 | 135 | 43 |
| Binary | 110 | 10101101 | 1101 | 1100001 | 0 | 1011100 | 100000 | 1111011 | 1011101 | 100011 |
Color Harmonies of #06AD0D
Complementary color
Monochromatic Colors of #06AD0D
Black with #06AD0D
Text Example
Text Example
White with #06AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AD0D; }
p { color: rgb(6,173,13); }
H1.HeaderClassName
{
color: #06AD0D;
}
.AnyTagClassName
{
color: #06AD0D;
}
</style>
background-color css
<style>
a { background-color: #06AD0D; }
a { background-color: rgb(6,173,13); }
div.DivClassName
{
background-color: #06AD0D;
}
.BgClassName
{
background-color: #06AD0D;
}
</style>
border-color css
<style>
span { border-color: #06AD0D; }
span { border-color: rgb(6,173,13); }
td.TdClassName
{
border-color: #06AD0D;
}
.TagClassName
{
border-color: #06AD0D;
}
</style>