Shades of Islamic Green #1FAC02
Tints of Islamic Green #1FAC02
RGB
CMYK
RGB Variations
Color information
#1FAC02 (or 0x1FAC02) is known color: Islamic Green. HEX triplet: 1F, AC and 02. RGB value is (31,172,2). Sum of RGB (Red+Green+Blue) = 31+172+2=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 172 (67.58% from 255 or 83.90% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAC02 is #E053FD. Grayscale: #6E6E6E. Windows color (decimal): -14701566 or 175135. OLE color: 175135.
HSL color Cylindrical-coordinate representation of color #1FAC02: hue angle of 109.76º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FAC02 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.33 |
| HSL | 109.76º | 0.98% | 0.34% | - |
| HSV(B) | 109.76º | 0.99% | 0.67% | - |
| XYZ | 15.33 | 29.8 | 5 | - |
| YUV | 110.46 | 66.79 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 2 | 0.82 | 0 | 0.99 | 0.33 | 109.76 | 0.98 | 0.34 |
| Hex | 1F | AC | 2 | 52 | 0 | 63 | 21 | 6E | 62 | 22 |
| Octal | 37 | 254 | 2 | 122 | 0 | 143 | 41 | 156 | 142 | 42 |
| Binary | 11111 | 10101100 | 10 | 1010010 | 0 | 1100011 | 100001 | 1101110 | 1100010 | 100010 |
Color Harmonies of #1FAC02
Complementary color
Monochromatic Colors of #1FAC02
Black with #1FAC02
Text Example
Text Example
White with #1FAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC02; }
p { color: rgb(31,172,2); }
H1.HeaderClassName
{
color: #1FAC02;
}
.AnyTagClassName
{
color: #1FAC02;
}
</style>
background-color css
<style>
a { background-color: #1FAC02; }
a { background-color: rgb(31,172,2); }
div.DivClassName
{
background-color: #1FAC02;
}
.BgClassName
{
background-color: #1FAC02;
}
</style>
border-color css
<style>
span { border-color: #1FAC02; }
span { border-color: rgb(31,172,2); }
td.TdClassName
{
border-color: #1FAC02;
}
.TagClassName
{
border-color: #1FAC02;
}
</style>