Shades of Islamic Green #08AD1D
Tints of Islamic Green #08AD1D
RGB
CMYK
RGB Variations
Color information
#08AD1D (or 0x08AD1D) is known color: Islamic Green. HEX triplet: 08, AD and 1D. RGB value is (8,173,29). Sum of RGB (Red+Green+Blue) = 8+173+29=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 173 (67.97% from 255 or 82.38% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AD1D is #F752E2. Grayscale: #6B6B6B. Windows color (decimal): -16208611 or 1944840. OLE color: 1944840.
HSL color Cylindrical-coordinate representation of color #08AD1D: hue angle of 127.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AD1D is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 173 | 29 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.32 |
| HSL | 127.64º | 0.91% | 0.35% | - |
| HSV(B) | 127.64º | 0.95% | 0.68% | - |
| XYZ | 15.27 | 30.03 | 6.15 | - |
| YUV | 107.25 | 83.84 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 29 | 0.95 | 0 | 0.83 | 0.32 | 127.64 | 0.91 | 0.35 |
| Hex | 8 | AD | 1D | 5F | 0 | 53 | 20 | 80 | 5B | 23 |
| Octal | 10 | 255 | 35 | 137 | 0 | 123 | 40 | 200 | 133 | 43 |
| Binary | 1000 | 10101101 | 11101 | 1011111 | 0 | 1010011 | 100000 | 10000000 | 1011011 | 100011 |
Color Harmonies of #08AD1D
Complementary color
Monochromatic Colors of #08AD1D
Black with #08AD1D
Text Example
Text Example
White with #08AD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AD1D; }
p { color: rgb(8,173,29); }
H1.HeaderClassName
{
color: #08AD1D;
}
.AnyTagClassName
{
color: #08AD1D;
}
</style>
background-color css
<style>
a { background-color: #08AD1D; }
a { background-color: rgb(8,173,29); }
div.DivClassName
{
background-color: #08AD1D;
}
.BgClassName
{
background-color: #08AD1D;
}
</style>
border-color css
<style>
span { border-color: #08AD1D; }
span { border-color: rgb(8,173,29); }
td.TdClassName
{
border-color: #08AD1D;
}
.TagClassName
{
border-color: #08AD1D;
}
</style>