#1FAA07

Color #1FAA07 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1FAA07

Tints of Islamic Green #1FAA07

Color information

#1FAA07 (or 0x1FAA07) is unknown color: approx Islamic Green. HEX triplet: 1F, AA and 07. RGB value is (31,170,7). Sum of RGB (Red+Green+Blue) = 31+170+7=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 170 (66.80% from 255 or 81.73% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAA07 is #E055F8. Grayscale: #6E6E6E. Windows color (decimal): -14702073 or 502303. OLE color: 502303.

HSL color Cylindrical-coordinate representation of color #1FAA07: hue angle of 111.17º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FAA07 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB311707-
CMYK0.8200.960.33
HSL111.17º92.09%34.71%-
HSV(B)111.17º95.88%66.67%-
XYZ14.9829.065.02-
YUV109.8669.9571.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 14.90%
GREEN value IS 170 (66.80% from 255) = 81.73%
BLUE value IS 7 (3.12% from 255) = 3.37%
R=14.90%
G=81.73%
B=3.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3117070.8200.960.33111.1792.0934.71
Hex1FAA752060216f5c23
Octal37252712201404115713443
Binary111111010101011110100100110000010000111011111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FAA07; }

 p { color: rgb(31,170,7); }

 H1.HeaderClassName
 {
   color: #1FAA07;
 }
 .AnyTagClassName
 {
   color: #1FAA07;
 }
</style>
background-color css

<style>
 a { background-color: #1FAA07; }

 a { background-color: rgb(31,170,7); }

 div.DivClassName
 {
   background-color: #1FAA07;
 }
 .BgClassName
 {
   background-color: #1FAA07;
 }
</style>
border-color css

<style>
 span { border-color: #1FAA07; }

 span { border-color: rgb(31,170,7); }

 td.TdClassName
 {
   border-color: #1FAA07;
 }
 .TagClassName
 {
   border-color: #1FAA07;
 }
</style>