Shades of Islamic Green #1FAD03
Tints of Islamic Green #1FAD03
RGB
CMYK
RGB Variations
Color information
#1FAD03 (or 0x1FAD03) is known color: Islamic Green. HEX triplet: 1F, AD and 03. RGB value is (31,173,3). Sum of RGB (Red+Green+Blue) = 31+173+3=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 173 (67.97% from 255 or 83.57% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAD03 is #E052FC. Grayscale: #6F6F6F. Windows color (decimal): -14701309 or 240927. OLE color: 240927.
HSL color Cylindrical-coordinate representation of color #1FAD03: hue angle of 110.12º 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 #1FAD03 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 3 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.32 |
| HSL | 110.12º | 0.97% | 0.35% | - |
| HSV(B) | 110.12º | 0.98% | 0.68% | - |
| XYZ | 15.53 | 30.19 | 5.09 | - |
| YUV | 111.16 | 66.96 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 3 | 0.82 | 0 | 0.98 | 0.32 | 110.12 | 0.97 | 0.35 |
| Hex | 1F | AD | 3 | 52 | 0 | 62 | 20 | 6E | 61 | 23 |
| Octal | 37 | 255 | 3 | 122 | 0 | 142 | 40 | 156 | 141 | 43 |
| Binary | 11111 | 10101101 | 11 | 1010010 | 0 | 1100010 | 100000 | 1101110 | 1100001 | 100011 |
Color Harmonies of #1FAD03
Complementary color
Monochromatic Colors of #1FAD03
Black with #1FAD03
Text Example
Text Example
White with #1FAD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD03; }
p { color: rgb(31,173,3); }
H1.HeaderClassName
{
color: #1FAD03;
}
.AnyTagClassName
{
color: #1FAD03;
}
</style>
background-color css
<style>
a { background-color: #1FAD03; }
a { background-color: rgb(31,173,3); }
div.DivClassName
{
background-color: #1FAD03;
}
.BgClassName
{
background-color: #1FAD03;
}
</style>
border-color css
<style>
span { border-color: #1FAD03; }
span { border-color: rgb(31,173,3); }
td.TdClassName
{
border-color: #1FAD03;
}
.TagClassName
{
border-color: #1FAD03;
}
</style>