Shades of Islamic Green #03AD08
Tints of Islamic Green #03AD08
RGB
CMYK
RGB Variations
Color information
#03AD08 (or 0x03AD08) is known color: Islamic Green. HEX triplet: 03, AD and 08. RGB value is (3,173,8). Sum of RGB (Red+Green+Blue) = 3+173+8=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 173 (67.97% from 255 or 94.02% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03AD08 is #FC52F7. Grayscale: #676767. Windows color (decimal): -16536312 or 568579. OLE color: 568579.
HSL color Cylindrical-coordinate representation of color #03AD08: hue angle of 121.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD08 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 8 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.32 |
| HSL | 121.76º | 0.97% | 0.35% | - |
| HSV(B) | 121.76º | 0.98% | 0.68% | - |
| XYZ | 15.02 | 29.92 | 5.21 | - |
| YUV | 103.36 | 74.18 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 8 | 0.98 | 0 | 0.95 | 0.32 | 121.76 | 0.97 | 0.35 |
| Hex | 3 | AD | 8 | 62 | 0 | 5F | 20 | 7A | 61 | 23 |
| Octal | 3 | 255 | 10 | 142 | 0 | 137 | 40 | 172 | 141 | 43 |
| Binary | 11 | 10101101 | 1000 | 1100010 | 0 | 1011111 | 100000 | 1111010 | 1100001 | 100011 |
Color Harmonies of #03AD08
Complementary color
Monochromatic Colors of #03AD08
Black with #03AD08
Text Example
Text Example
White with #03AD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD08; }
p { color: rgb(3,173,8); }
H1.HeaderClassName
{
color: #03AD08;
}
.AnyTagClassName
{
color: #03AD08;
}
</style>
background-color css
<style>
a { background-color: #03AD08; }
a { background-color: rgb(3,173,8); }
div.DivClassName
{
background-color: #03AD08;
}
.BgClassName
{
background-color: #03AD08;
}
</style>
border-color css
<style>
span { border-color: #03AD08; }
span { border-color: rgb(3,173,8); }
td.TdClassName
{
border-color: #03AD08;
}
.TagClassName
{
border-color: #03AD08;
}
</style>